support G_UADDE instruction selection.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
lib/Target/X86/X86InstructionSelector.cpp | ||
---|---|---|
590 ↗ | (On Diff #98924) | I think you should assert/check that the defining instruction is a COPY from eflags. |
lib/Target/X86/X86InstructionSelector.cpp | ||
---|---|---|
590 ↗ | (On Diff #98924) | I can't check this. The carryIn def instruction is still G_* instruction ( EFLAG copy doesn't created yet ), so i check if it is G_CONST or another G_UADDE instruction. |