We already support 8-bits adds in convertToThreeAddress. But we can also support 8-bit OR if the bits are disjoint. We already do this for 16/32/64.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
lib/Target/X86/X86InstrInfo.h | ||
---|---|---|
596 ↗ | (On Diff #189020) | Is16BitOp? |
Comment Actions
Fix bad argument name in header. I flipped the polarity part way through making the patch and failed to change this.