[PATCH] D103082: [AArch64][SVE] Improve codegen for dupq SVE ACLE intrinsics
Bradley Smith via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jun 3 05:25:07 PDT 2021
bsmith updated this revision to Diff 349525.
bsmith added a comment.
- Use !isZero() in place of getZExtValue() != 0
- Add end to end tests for ptrue transformation
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D103082/new/
https://reviews.llvm.org/D103082
Files:
clang/lib/CodeGen/CGBuiltin.cpp
clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_dupq-bfloat.c
clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_dupq.c
clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_dupq_const.c
llvm/include/llvm/IR/IntrinsicsAArch64.td
llvm/lib/Target/AArch64/AArch64TargetTransformInfo.cpp
llvm/test/Transforms/InstCombine/AArch64/sve-intrinsic-opts-cmpne.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D103082.349525.patch
Type: text/x-patch
Size: 58963 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210603/41f15af1/attachment-0001.bin>
More information about the cfe-commits
mailing list