support G_ICMP for scalar types i8/i16/i64.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
lib/Target/X86/X86FastISel.cpp | ||
---|---|---|
183 ↗ | (On Diff #98267) | perhaps commit this separately as an NFC? |
lib/Target/X86/X86InstrInfo.h | ||
67 ↗ | (On Diff #98267) | wheter -> whether |
lib/Target/X86/X86InstructionSelector.cpp | ||
627 ↗ | (On Diff #98267) | indentation |
628 ↗ | (On Diff #98267) | getSETFromCond asserts this already |
lib/Target/X86/X86LegalizerInfo.cpp | ||
93 ↗ | (On Diff #98267) | unrelated to this patch, but can we have the common legalization info for 32/64 bit in one function? |
Comment Actions
- Fixes according to the review comments.
lib/Target/X86/X86LegalizerInfo.cpp | ||
---|---|---|
93 ↗ | (On Diff #98267) | Yes, I am going to merge it in a few patches. |