[PATCH] D46799: [x86][eflags] Fix PR37431 by teaching the EFLAGS copy lowering to specifically handle SETB_C* pseudo instructions.
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon May 14 21:46:51 PDT 2018
craig.topper added inline comments.
================
Comment at: llvm/lib/Target/X86/X86FlagsCopyLowering.cpp:854
+ // Adjust the condition to have the desired register width.
+ CondReg = AdjustReg(CondReg);
+
----------------
Are you intending to change the map entry in CondRegs here?
Repository:
rL LLVM
https://reviews.llvm.org/D46799
More information about the llvm-commits
mailing list