[PATCH] D43974: [AArch64] Adjust the cost of integer vector division
Matthew Simpson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 7 13:59:12 PST 2018
mssimpso added inline comments.
================
Comment at: llvm/test/Analysis/CostModel/AArch64/div.ll:7
+; CHECK-LABEL: 'Cost Model Analysis' for function 'sdivs1i32':
+; CHECK: Found an estimated cost of {{[0-9]}} for instruction: %c = sdiv i32 %a, %b
+ %c = sdiv i32 %a, %b
----------------
Show the actual numbers instead of a regex?
https://reviews.llvm.org/D43974
More information about the llvm-commits
mailing list