[PATCH] D135852: [AArch64] Enhance bit-field-positioning op matcher to see through "any_extend" for pattern "and(any_extend(shl(val, N)), shifted-mask)"

Mingming Liu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 18 08:07:41 PDT 2022


mingmingl updated this revision to Diff 468548.
mingmingl marked 2 inline comments as done.
mingmingl added a comment.

Diff: reworded lengthy comment for why bailing out upon `Width >= VT.getSizeInBits`. No other change.

Thanks for the reviews and feedback!


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

https://reviews.llvm.org/D135852

Files:
  llvm/lib/Target/AArch64/AArch64ISelDAGToDAG.cpp
  llvm/test/CodeGen/AArch64/bitfield-insert.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D135852.468548.patch
Type: text/x-patch
Size: 4207 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221018/3887c4c7/attachment.bin>


More information about the llvm-commits mailing list