repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[NFC][RemoveDIs] Prefer iterators over inst-pointers in InstCombine
[llvm-project.git]
/
llvm
/
test
/
CodeGen
/
AArch64
/
GlobalISel
/
legalize-sext-128.ll
blob
aff5245d9053cbdd367c2cfef3ef0d0d29056c83
1
; RUN: llc -O0 --global-isel=1 %s -o - -verify-machineinstrs
2
target datalayout = "e-m:e-i8:8:32-i16:16:32-i64:64-i128:128-n32:64-S128"
3
target triple = "aarch64-unknown-linux-gnu"
4
5
define i1 @foo(i64) {
6
%a = sext i64 %0 to i128
7
%b = icmp sle i128 %a, 0
8
ret i1 %b
9
}