[PATCH] D107923: [X86] X86DAGToDAGISel::matchBitExtract(): support 'num high bits to clear' pattern

Roman Lebedev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 11 15:24:07 PDT 2021


lebedev.ri added a comment.

That being said, i guess we should restrict this to BMI2 BZHI only:
https://godbolt.org/z/zxhPa8Gdh https://godbolt.org/z/KhWhE1eeE
Let me do that..


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D107923/new/

https://reviews.llvm.org/D107923



More information about the llvm-commits mailing list