summaryrefslogtreecommitdiff
path: root/compiler-rt
diff options
context:
space:
mode:
authorCraig Topper <craig.topper@intel.com>2018-12-27 01:50:40 +0000
committerCraig Topper <craig.topper@intel.com>2018-12-27 01:50:40 +0000
commit20a395ab10d5ef7e790bfd60706475736a63c591 (patch)
tree514ce5c625f9fe3c8b38231d47551844427c5416 /compiler-rt
parentd5d6ec37117ffe1e09913b17d31785b1f432f6b4 (diff)
[X86] Factor the core code out of LowerSETCC into a helper that can create CMP/BT/PTEST/KORTEST etc. without making an X86ISD::SETCC node. NFCI
Make each of the helper functions only return their comparison node and the condition code. Leave X86ISD::SETCC creation to the LowerSETCC function itself. Looking into whether we can use this code directly in BRCOND and SELECT lowering instead of going through LowerSETCC which creates an X86ISD::SETCC node we need to look through.
Diffstat (limited to 'compiler-rt')
0 files changed, 0 insertions, 0 deletions