[PATCH] D152005: [SVE ACLE] Implement IR combines to convert intrinsics used for _m C/C++ builtins
mgabka via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 15 07:29:18 PDT 2023
mgabka added inline comments.
================
Comment at: llvm/lib/Target/AArch64/AArch64TargetTransformInfo.cpp:1278
+static std::optional<Instruction *> instCombineSVEAllActive(InstCombiner &IC,
+ IntrinsicInst &II,
----------------
looks like it is not used anymore so can be removed
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D152005/new/
https://reviews.llvm.org/D152005
More information about the llvm-commits
mailing list