Introduce GT_CMP and GT_SETCC(condition)
authorMike Danes <onemihaid@hotmail.com>
Sat, 18 Mar 2017 09:02:35 +0000 (11:02 +0200)
committerMike Danes <onemihaid@hotmail.com>
Tue, 23 May 2017 05:57:30 +0000 (08:57 +0300)
commit910a1873b4c7135463aeb74232ce8841bdac5a04
tree419d474f9cc54d2b59363feb99f09d0a1cc3458f
parent67f70dbc02129e3ac1e746d0f4b8d9f09975957a
Introduce GT_CMP and GT_SETCC(condition)

Commit migrated from https://github.com/dotnet/coreclr/commit/7a4b14e5366bba52d188695c803c9e27e103d362
12 files changed:
src/coreclr/src/jit/codegenarmarch.cpp
src/coreclr/src/jit/codegenlinear.h
src/coreclr/src/jit/codegenxarch.cpp
src/coreclr/src/jit/gentree.cpp
src/coreclr/src/jit/gentree.h
src/coreclr/src/jit/gtlist.h
src/coreclr/src/jit/gtstructs.h
src/coreclr/src/jit/lower.cpp
src/coreclr/src/jit/lowerxarch.cpp
src/coreclr/src/jit/lsra.cpp
src/coreclr/src/jit/lsraxarch.cpp
src/coreclr/src/jit/rationalize.cpp