[mlir][LLVM] `LLVMTypeConverter`: Tighten materialization checks (#116532)
[llvm-project.git] / llvm / test / CodeGen / RISCV / inline-option-directive.ll
blob2c4a936b2dff35719bed04b92097b2640939d9da
1 ; RUN: llc -mtriple=riscv64 < %s -o - | FileCheck --check-prefixes=CHECK-ATTRIBUTES %s
2 ; RUN: llc -mtriple=riscv64 < %s -filetype=obj | llvm-readelf -h - \
3 ; RUN:     | FileCheck --check-prefixes=CHECK-EFLAGS %s
5 ; CHECK-ATTRIBUTES: .attribute      5, "rv64i2p1"
6 ; CHECK-EFLAGS: Flags: 0x0
7 define void @test() {
8   tail call void asm ".option arch, +c", ""()
9   ret void