Merge pull request #14393 from mikedn/float-neg-abs
authorCarol Eidt <carol.eidt@microsoft.com>
Thu, 24 Jan 2019 20:23:51 +0000 (12:23 -0800)
committerGitHub <noreply@github.com>
Thu, 24 Jan 2019 20:23:51 +0000 (12:23 -0800)
Improve `new Vector2/3/4(c1, c2, c3, c4)` codegen

1  2 
src/jit/codegenxarch.cpp
src/jit/emit.cpp
src/jit/emit.h
src/jit/gentree.h
src/jit/lowerxarch.cpp

Simple merge
Simple merge
diff --cc src/jit/emit.h
@@@ -425,8 -434,11 +432,10 @@@ public
  #endif // DEBUG
  
  #ifdef _TARGET_XARCH_
 -        SetUseSSE4(false);
          SetUseVEXEncoding(false);
  #endif // _TARGET_XARCH_
+         emitDataSecCur = nullptr;
      }
  
  #include "emitpub.h"
Simple merge
Simple merge