[llvm] [LV] Remove use of llc from vectoriser tests (PR #154759)
Simon Pilgrim via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 21 06:45:53 PDT 2025
================
@@ -9,7 +9,7 @@ target triple = "x86_64-apple-macosx"
; If we need to scalarize the fptoui and then use inserts to build up the
; vector again, then there is certainly no value in going 256-bit wide.
-; CHECK-NOT: vpinsrd
+; CHECK: fptoui <4 x double>
----------------
RKSimon wrote:
a better test might be:
; CHECK-NOT: fptoui <2 x double>
https://github.com/llvm/llvm-project/pull/154759
More information about the llvm-commits
mailing list