mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
[X86] Add x86 triple to command line in mxcsr-reg-usage.ll
I'm not sure how this hasn't been causing any issues.
This commit is contained in:
parent
3832e17574
commit
473ab413f3
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user