You've already forked linux-packaging-mono
Imported Upstream version 6.0.0.172
Former-commit-id: f3cc9b82f3e5bd8f0fd3ebc098f789556b44e9cd
This commit is contained in:
parent
8016999e4d
commit
64ac736ec5
13
external/llvm/test/Transforms/InstCombine/pr23751.ll
vendored
Normal file
13
external/llvm/test/Transforms/InstCombine/pr23751.ll
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
; RUN: opt -instcombine -S < %s | FileCheck %s
|
||||
|
||||
@d = common global i32 0, align 4
|
||||
|
||||
define i1 @f(i8 zeroext %p) #1 {
|
||||
; CHECK-NOT: ret i1 false
|
||||
%1 = zext i8 %p to i32
|
||||
%2 = load i32, i32* @d, align 4
|
||||
%3 = or i32 %2, -2
|
||||
%4 = add nsw i32 %3, %1
|
||||
%5 = icmp ugt i32 %1, %4
|
||||
ret i1 %5
|
||||
}
|
Reference in New Issue
Block a user