[PATCH] D121714: [VP] fm flag transfer to SDNodes [VE] VVP_FMA fusion
Alexey Bataev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 15 10:41:22 PDT 2022
ABataev added inline comments.
================
Comment at: llvm/include/llvm/IR/Operator.h:306
+ if (auto *VPI = dyn_cast<VPIntrinsic>(V))
+ if (auto OpcodeOpt = VPI->getFunctionalOpcode())
+ Opcode = OpcodeOpt.getValue();
----------------
Better to expand `auto` here to the actual type.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D121714/new/
https://reviews.llvm.org/D121714
More information about the llvm-commits
mailing list