You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.247
Former-commit-id: 2d6af2e4ed0eda5cbdc2946446ef7718456ad190
This commit is contained in:
parent
279aa8f685
commit
ce8e504569
@ -1,14 +0,0 @@
|
||||
; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
|
||||
; RUN: opt < %s -instcombine -S | FileCheck %s
|
||||
|
||||
define i1 @PR2330(i32 %a) {
|
||||
; CHECK-LABEL: @PR2330(
|
||||
; CHECK-NEXT: [[TOBOOL:%.*]] = icmp ne i32 %a, 0
|
||||
; CHECK-NEXT: ret i1 [[TOBOOL]]
|
||||
;
|
||||
%tmp15 = shl i32 1, %a
|
||||
%tmp237 = and i32 %tmp15, 1
|
||||
%toBool = icmp eq i32 %tmp237, 0
|
||||
ret i1 %toBool
|
||||
}
|
||||
|
Reference in New Issue
Block a user