[PATCH] D79952: Add v16f64 value type
Dave Green via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 14 11:57:53 PDT 2020
dmgreen added inline comments.
================
Comment at: llvm/test/Analysis/CostModel/ARM/cast.ll:375
; CHECK-MVE-NEXT: Cost Model: Found an estimated cost of 40 for instruction: %r83 = fptrunc <8 x double> undef to <8 x float>
-; CHECK-MVE-NEXT: Cost Model: Found an estimated cost of 80 for instruction: %r84 = fptrunc <16 x double> undef to <16 x float>
+; CHECK-MVE-NEXT: Cost Model: Found an estimated cost of 160 for instruction: %r84 = fptrunc <16 x double> undef to <16 x float>
; CHECK-MVE-NEXT: Cost Model: Found an estimated cost of 1 for instruction: %r85 = fpext float undef to double
----------------
Yeah. Sounds fine.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D79952/new/
https://reviews.llvm.org/D79952
More information about the llvm-commits
mailing list