[llvm] 902d0e8 - [NFC][X86] Fixup `-mattr=<>` in one runline in `elementwise-store-of-scalar-splat.ll`

Roman Lebedev via llvm-commits llvm-commits at lists.llvm.org
Sun Jan 22 05:14:59 PST 2023


Author: Roman Lebedev
Date: 2023-01-22T16:14:27+03:00
New Revision: 902d0e86bdbf668d7e6429c11aa6c5b218d5ad08

URL: https://github.com/llvm/llvm-project/commit/902d0e86bdbf668d7e6429c11aa6c5b218d5ad08
DIFF: https://github.com/llvm/llvm-project/commit/902d0e86bdbf668d7e6429c11aa6c5b218d5ad08.diff

LOG: [NFC][X86] Fixup `-mattr=<>` in one runline in `elementwise-store-of-scalar-splat.ll`

Added: 
    

Modified: 
    llvm/test/CodeGen/X86/elementwise-store-of-scalar-splat.ll

Removed: 
    


################################################################################
diff  --git a/llvm/test/CodeGen/X86/elementwise-store-of-scalar-splat.ll b/llvm/test/CodeGen/X86/elementwise-store-of-scalar-splat.ll
index b1361e6a60617..6d4be7dbe6349 100644
--- a/llvm/test/CodeGen/X86/elementwise-store-of-scalar-splat.ll
+++ b/llvm/test/CodeGen/X86/elementwise-store-of-scalar-splat.ll
@@ -1,5 +1,5 @@
 ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
-; RUN: llc < %s -mtriple=x86_64-unknown-linux-gnu | FileCheck %s --check-prefixes=ALL,SCALAR
+; RUN: llc < %s -mtriple=x86_64-unknown-linux-gnu -mattr=-sse2 | FileCheck %s --check-prefixes=ALL,SCALAR
 ; RUN: llc < %s -mtriple=x86_64-unknown-linux-gnu -mattr=+sse2 | FileCheck %s --check-prefixes=ALL,SSE,SSE2,SSE2-ONLY
 ; RUN: llc < %s -mtriple=x86_64-unknown-linux-gnu -mattr=+sse3 | FileCheck %s --check-prefixes=ALL,SSE,SSE2,SSE3
 ; RUN: llc < %s -mtriple=x86_64-unknown-linux-gnu -mattr=+ssse3 | FileCheck %s --check-prefixes=ALL,SSE,SSSE3,SSSE3-ONLY


        


More information about the llvm-commits mailing list