[PATCH] D48491: [X86] Select BEXTR when there is only BMI1.

Roman Lebedev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Sep 16 12:07:21 PDT 2018


lebedev.ri added a comment.

Just to reiterate, i don't see what else we can do here.
We do need to emit two instructions.
And i do think we should indeed be emitting `bextr` in these situations.


Repository:
  rL LLVM

https://reviews.llvm.org/D48491





More information about the llvm-commits mailing list