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
/
no-falign-function-for-size.ll
blob
0b5e4ddfd0ffacf6b95b9e3bdca735ffe7f24bf4
1
; RUN: llc -march=hexagon < %s | FileCheck %s
2
3
; Don't output falign for function entries when optimizing for size.
4
; CHECK-NOT: falign
5
6
define i32 @f0() #0 {
7
b0:
8
ret i32 0
9
}
10
11
attributes #0 = { optsize }