You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.207
Former-commit-id: 3b152f462918d427ce18620a2cbe4f8b79650449
This commit is contained in:
parent
8e12397d70
commit
eb85e2fc17
25
external/llvm/test/CodeGen/PowerPC/negate-i1.ll
vendored
25
external/llvm/test/CodeGen/PowerPC/negate-i1.ll
vendored
@ -1,25 +0,0 @@
|
||||
; RUN: llc -verify-machineinstrs < %s -mtriple=powerpc64le-unknown-linux-gnu | FileCheck %s
|
||||
|
||||
; PR30661 - https://llvm.org/bugs/show_bug.cgi?id=30661
|
||||
|
||||
define i32 @select_i32_neg1_or_0(i1 %a) {
|
||||
; CHECK-LABEL: select_i32_neg1_or_0:
|
||||
; CHECK: # %bb.0:
|
||||
; CHECK-NEXT: clrldi 3, 3, 63
|
||||
; CHECK-NEXT: neg 3, 3
|
||||
; CHECK-NEXT: blr
|
||||
;
|
||||
%b = sext i1 %a to i32
|
||||
ret i32 %b
|
||||
}
|
||||
|
||||
define i32 @select_i32_neg1_or_0_zeroext(i1 zeroext %a) {
|
||||
; CHECK-LABEL: select_i32_neg1_or_0_zeroext:
|
||||
; CHECK: # %bb.0:
|
||||
; CHECK-NEXT: neg 3, 3
|
||||
; CHECK-NEXT: blr
|
||||
;
|
||||
%b = sext i1 %a to i32
|
||||
ret i32 %b
|
||||
}
|
||||
|
Reference in New Issue
Block a user