Also, adjust the check prefixes so that we actually get to check the BMI1-only-case.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
The X86 prefix changes LGTM if you want to commit that separately and leave this patch for just the arm guys to review
Comment Actions
Thanks, i will commit the test/CodeGen/X86/extract-lowbits.ll part.
I'm honestly not sure about the test/CodeGen/*/extract-bits.ll,
we'd only need it if we want to actually let the BEXTR do the LSHR's work, too.
Or at least maybe the *_skipextrauses() tests aren't needed..
Comment Actions
Nothing much. I committed the interesting subset of tests, but the rest is stuck just as the D48491.