[PATCH] D43974: [AArch64] Adjust the cost of integer vector division

Evandro Menezes via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 7 14:10:36 PST 2018


evandro marked an inline comment as done.
evandro 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
----------------
mssimpso wrote:
> Show the actual numbers instead of a regex?
I was afraid you were going to say that... 🙂


https://reviews.llvm.org/D43974





More information about the llvm-commits mailing list