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
Revert " [LoongArch][ISel] Check the number of sign bits in `PatGprGpr_32` (#107432)"
[llvm-project.git]
/
llvm
/
test
/
CodeGen
/
PowerPC
/
ppc32-i1-vaarg.ll
blob
8a09ab83bb923803a8ea9b7f05dd2a80adc25705
1
; RUN: llc -verify-machineinstrs < %s -mcpu=ppc32 | FileCheck %s
2
target triple = "powerpc-unknown-linux-gnu"
3
4
declare void @printf(ptr, ...)
5
6
define void @main() {
7
call void (ptr, ...) @printf(ptr undef, i1 false)
8
ret void
9
}
10
11
; CHECK-LABEL: @main
12
; CHECK-DAG: li 4, 0
13
; CHECK-DAG: crxor 6, 6, 6
14
; CHECK: bl printf
15
16