[PATCH] D91364: [InstCombine] fold low-bit mask of sext-in-reg

Roman Lebedev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 12 09:40:33 PST 2020


lebedev.ri added a comment.

I mildly prefer the other approach (D91343 <https://reviews.llvm.org/D91343>), because it doesn't hardcode the `and` instruction.


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

https://reviews.llvm.org/D91364



More information about the llvm-commits mailing list