support G_UADDE instruction selection.
Details
Details
Diff Detail
Diff Detail
- Build Status
Buildable 6347 Build 6347: arc lint + arc unit
Event Timeline
lib/Target/X86/X86InstructionSelector.cpp | ||
---|---|---|
695 | I think you should assert/check that the defining instruction is a COPY from eflags. |
lib/Target/X86/X86InstructionSelector.cpp | ||
---|---|---|
695 | 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. |
I think you should assert/check that the defining instruction is a COPY from eflags.