[VectorCombine] remove unused test prefixes; NFC
authorSanjay Patel <spatel@rotateright.com>
Thu, 6 Oct 2022 13:39:14 +0000 (09:39 -0400)
committerSanjay Patel <spatel@rotateright.com>
Thu, 6 Oct 2022 13:41:46 +0000 (09:41 -0400)
These would change with D135278, but for now everything is the same.

llvm/test/Transforms/VectorCombine/X86/extract-fneg-insert.ll

index 05670ca..b4e785e 100644 (file)
@@ -1,6 +1,6 @@
 ; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
-; RUN: opt < %s -passes=vector-combine -S -mtriple=x86_64-- -mattr=SSE2 | FileCheck %s --check-prefixes=CHECK,SSE
-; RUN: opt < %s -passes=vector-combine -S -mtriple=x86_64-- -mattr=AVX2 | FileCheck %s --check-prefixes=CHECK,AVX
+; RUN: opt < %s -passes=vector-combine -S -mtriple=x86_64-- -mattr=SSE2 | FileCheck %s --check-prefixes=CHECK
+; RUN: opt < %s -passes=vector-combine -S -mtriple=x86_64-- -mattr=AVX2 | FileCheck %s --check-prefixes=CHECK
 
 declare void @use(float)