mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
[AArch64] Fix test triplet
llvm-svn: 284532
This commit is contained in:
parent
39d7a5132d
commit
86396ef439
@ -1,6 +1,6 @@
|
||||
; Check that 0.0 is not materialized for CSEL when comparing against it.
|
||||
|
||||
; RUN: llc -mtriple=aarch64 -o - < %s | FileCheck %s
|
||||
; RUN: llc -mtriple=aarch64-linux-gnu -o - < %s | FileCheck %s
|
||||
|
||||
define float @foeq(float %a, float %b) #0 {
|
||||
%t = fcmp oeq float %a, 0.0
|
||||
|
Loading…
Reference in New Issue
Block a user