[llvm] 2ff251c - [X86] Add x86 triple to command line in mxcsr-reg-usage.ll

Craig Topper via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 16 14:19:55 PST 2019


Author: Craig Topper
Date: 2019-12-16T14:18:38-08:00
New Revision: 2ff251c6a39c55377fbcb0a4786a1bc4f7a60dda

URL: https://github.com/llvm/llvm-project/commit/2ff251c6a39c55377fbcb0a4786a1bc4f7a60dda
DIFF: https://github.com/llvm/llvm-project/commit/2ff251c6a39c55377fbcb0a4786a1bc4f7a60dda.diff

LOG: [X86] Add x86 triple to command line in mxcsr-reg-usage.ll

I'm not sure how this hasn't been causing any issues.

Added: 
    

Modified: 
    llvm/test/CodeGen/X86/mxcsr-reg-usage.ll

Removed: 
    


################################################################################
diff  --git a/llvm/test/CodeGen/X86/mxcsr-reg-usage.ll b/llvm/test/CodeGen/X86/mxcsr-reg-usage.ll
index 3bae883a8d9d..851828612420 100644
--- a/llvm/test/CodeGen/X86/mxcsr-reg-usage.ll
+++ b/llvm/test/CodeGen/X86/mxcsr-reg-usage.ll
@@ -1,4 +1,4 @@
-; RUN: llc -march=x86-64 -mattr=+mmx,+fma,+f16c,+avx512f -stop-after finalize-isel -o - %s | FileCheck %s
+; RUN: llc -mtriple=x86_64-unknown-unknown -mattr=+mmx,+fma,+f16c,+avx512f -stop-after finalize-isel -o - %s | FileCheck %s
 ; This test ensures that the MXCSR is implicitly used by MMX FP instructions.
 
 define x86_mmx @mxcsr_mmx(<4 x float> %a0) {


        


More information about the llvm-commits mailing list