As per title. This creates useless recombines.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
lib/Target/X86/X86ISelLowering.cpp | ||
---|---|---|
34158 ↗ | (On Diff #101272) | In addition to this change, would it be better to refactor the if-else chain into a switch statement? |
lib/Target/X86/X86ISelLowering.cpp | ||
---|---|---|
34158 ↗ | (On Diff #101272) | You tell me :) I'm not such a siwhc with another switch in each 'case' would be clearer TBH. |