RISC-V: Only relax to C.LUI when imm != 0 and rd != 0/2
[deliverable/binutils-gdb.git] / ld / testsuite / ld-riscv-elf / c-lui.d
1 #name: lui to c.lui relaxation
2 #source: c-lui.s
3 #as: -march=rv32ic
4 #ld: -shared -melf32lriscv
5 #objdump: -d -M no-aliases,numeric
6
7 .*: file format .*
8
9
10 Disassembly of section \.text:
11
12 .* <.text>:
13 .*: 6085 c.lui x1,0x1
14 .*: 000000b7 lui x1,0x0
15 .*: 00001037 lui x0,0x1
16 .*: 00001137 lui x2,0x1
17 #pass
This page took 0.043905 seconds and 4 git commands to generate.