[llvm] 3dbe33e - [x86] remove CPU requirement for RUN line in test file; NFC

Sanjay Patel via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 3 09:35:34 PST 2022


Author: Sanjay Patel
Date: 2022-02-03T12:32:36-05:00
New Revision: 3dbe33e4ec413e0cc1d16d4035b46221022f343e

URL: https://github.com/llvm/llvm-project/commit/3dbe33e4ec413e0cc1d16d4035b46221022f343e
DIFF: https://github.com/llvm/llvm-project/commit/3dbe33e4ec413e0cc1d16d4035b46221022f343e.diff

LOG: [x86] remove CPU requirement for RUN line in test file; NFC

A proposed change ( D118843 ) that would affect this test
will not require a specific CPU model to show a difference.

Added: 
    

Modified: 
    llvm/test/CodeGen/X86/sbb-false-dep.ll

Removed: 
    


################################################################################
diff  --git a/llvm/test/CodeGen/X86/sbb-false-dep.ll b/llvm/test/CodeGen/X86/sbb-false-dep.ll
index 7fb3b6afb40ed..336e56c45969d 100644
--- a/llvm/test/CodeGen/X86/sbb-false-dep.ll
+++ b/llvm/test/CodeGen/X86/sbb-false-dep.ll
@@ -1,5 +1,5 @@
 ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
-; RUN: llc < %s -mtriple=x86_64-- -mcpu=sandybridge | FileCheck %s --check-prefixes=CHECK
+; RUN: llc < %s -mtriple=x86_64-- | FileCheck %s --check-prefixes=CHECK
 
 %struct.y_s = type { i64*, i64* }
 


        


More information about the llvm-commits mailing list