[PATCH] D135850: [AArch64] Enhance 'isBitfieldPositioningOp' to find pattern (shl(and(val,mask), N)
Mingming Liu via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 14 15:51:38 PDT 2022
mingmingl updated this revision to Diff 467947.
mingmingl retitled this revision from "[AArch64][3/4]Enhance 'isBitfieldPositioningOp' to find pattern (shl(and(val,mask), N)" to "[AArch64] Enhance 'isBitfieldPositioningOp' to find pattern (shl(and(val,mask), N)".
mingmingl added a comment.
Address comments.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D135850/new/
https://reviews.llvm.org/D135850
Files:
llvm/lib/Target/AArch64/AArch64ISelDAGToDAG.cpp
llvm/test/CodeGen/AArch64/arm64-indexed-vector-ldst.ll
llvm/test/CodeGen/AArch64/arm64-neon-copy.ll
llvm/test/CodeGen/AArch64/arm64-nvcast.ll
llvm/test/CodeGen/AArch64/pr58350.ll
llvm/test/CodeGen/AArch64/vec_uaddo.ll
llvm/test/CodeGen/AArch64/vec_umulo.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D135850.467947.patch
Type: text/x-patch
Size: 9389 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221014/0783a400/attachment.bin>
More information about the llvm-commits
mailing list