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
[mlir][LLVM] `LLVMTypeConverter`: Tighten materialization checks (#116532)
[llvm-project.git]
/
llvm
/
test
/
CodeGen
/
RISCV
/
module-target-abi3.ll
blob
5df750c0d4b6e33f595229ee702d620947eea624
1
; RUN: llc -mtriple=riscv32 -filetype=obj < %s | llvm-readelf -h - | FileCheck %s
2
3
; CHECK: Flags: 0x2, single-float ABI
4
5
attributes #0 = { "target-features"="+f" }
6
!llvm.module.flags = !{!0}
7
!0 = !{i32 1, !"target-abi", !"ilp32f"}