Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
These tests will show how
; RV32IBS-NEXT: lui a1, 16 ; RV32IBS-NEXT: addi a1, a1, 1365 ; RV32IBS-NEXT: or a0, a0, a1
will be optimized to
; RV32IBS-NEXT: ori a0, a0, 1365 ; RV32IBS-NEXT: bseti a0, 16