mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
Fix buildbot failures, add mtriple to gpr-vsr-spill.ll
llvm-svn: 313890
This commit is contained in:
parent
53734be6a4
commit
95ca10d245
@ -1,4 +1,4 @@
|
||||
; RUN: llc -verify-machineinstrs -mcpu=pwr9 -ppc-enable-gpr-to-vsr-spills < %s | FileCheck %s
|
||||
; RUN: llc -verify-machineinstrs -mcpu=pwr9 -mtriple=powerpc64le-unknown-linux-gnu -ppc-enable-gpr-to-vsr-spills < %s | FileCheck %s
|
||||
define signext i32 @foo(i32 signext %a, i32 signext %b) {
|
||||
entry:
|
||||
%cmp = icmp slt i32 %a, %b
|
||||
|
Loading…
Reference in New Issue
Block a user