This patch add some tests to show some optimization opportunities for bswap-shift.
Details
Details
Diff Detail
Diff Detail
Event Timeline
llvm/test/CodeGen/X86/combine-bswap.ll | ||
---|---|---|
42 | Please can you add one i16 + i64 test case each as well? i16 as it lowers to a rotate and i64 so we can check its correctly handled on 32-bit targets |
Please can you add one i16 + i64 test case each as well? i16 as it lowers to a rotate and i64 so we can check its correctly handled on 32-bit targets