[PATCH] D111145: [AArch64][SVE] Propagate math flags from intrinsics to instructions
David Sherwood via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 5 06:40:28 PDT 2021
david-arm added inline comments.
================
Comment at: llvm/lib/Target/AArch64/AArch64TargetTransformInfo.cpp:713
IntrinsicInst &II) {
+ auto *OpPredicate = II.getOperand(0);
auto BinOpCode = intrinsicIDToBinOpCode(II.getIntrinsicID());
----------------
nit: I'm not sure where the additional cosmetic code changes came from? It looks like you only really need to add the `setFastMathFlags` line?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D111145/new/
https://reviews.llvm.org/D111145
More information about the llvm-commits
mailing list