[PATCH] D29540: Scalarization overhead estimation in getIntrinsicInstrCost() improved
Hal Finkel via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Mar 12 18:44:33 PDT 2017
hfinkel added inline comments.
================
Comment at: test/Transforms/LoopVectorize/AArch64/interleaved_cost.ll:173
; VF_2-NEXT: Found an estimated cost of 0 for VF 2 For instruction: %tmp3 = load i64, i64* %tmp1, align 8
-; VF_2-NEXT: Found an estimated cost of 10 for VF 2 For instruction: store i64 0, i64* %tmp0, align 8
-; VF_2-NEXT: Found an estimated cost of 10 for VF 2 For instruction: store i64 0, i64* %tmp1, align 8
----------------
Why do these change? (they're not intrinsics).
https://reviews.llvm.org/D29540
More information about the llvm-commits
mailing list