[PATCH] D86050: [SCEV] Refactor isHighCostExpansionHelper
Roman Lebedev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 21 09:15:28 PDT 2020
lebedev.ri added a comment.
Please can you explain why the calculated costs changed for those X86 tests?
================
Comment at: llvm/include/llvm/Transforms/Utils/ScalarEvolutionExpander.h:47
+ ParentOpcode(Opc), OperandIdx(Idx), S(S) { }
+ /// Opcode of the instruction that uses the operand.
+ unsigned ParentOpcode;
----------------
`/// LLVM IR instruction opcode`
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D86050/new/
https://reviews.llvm.org/D86050
More information about the llvm-commits
mailing list