[PATCH] D141469: [AArch64][SVE] Add more intrinsics in 'isZeroingInactiveLanes'.
dewen via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 11 23:35:30 PST 2023
dewen added inline comments.
================
Comment at: llvm/lib/Target/AArch64/AArch64ISelLowering.cpp:292
+ case Intrinsic::aarch64_sve_whilege:
+ case Intrinsic::aarch64_sve_whilegt:
+ case Intrinsic::aarch64_sve_whilehi:
----------------
dewen wrote:
> I recently looked at some applications and found that other intrinsics can do similar optimizations.
@paulwalker-arm @sdesmalen @efriedma @georges @david-arm Can you review this patch for me?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D141469/new/
https://reviews.llvm.org/D141469
More information about the llvm-commits
mailing list