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
/
Hexagon
/
checktabs.ll
blob
740433bf824aaedfcb22a352a0fe43b0484641d7
1
; RUN: llc -march=hexagon < %s | FileCheck --strict-whitespace %s
2
; Make sure we are emitting tabs as formatting.
3
; CHECK: {
4
; CHECK-NEXT: {{jump|r}}
5
define i32 @foobar(i32 %a, i32 %b) {
6
%1 = add i32 %a, %b
7
ret i32 %1
8
}