summaryrefslogtreecommitdiffstats
path: root/llvm/test
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test')
-rw-r--r--llvm/test/CodeGen/RISCV/imm.ll16
1 files changed, 16 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/RISCV/imm.ll b/llvm/test/CodeGen/RISCV/imm.ll
index dca1c5e1e1e..b9e2f8a40c6 100644
--- a/llvm/test/CodeGen/RISCV/imm.ll
+++ b/llvm/test/CodeGen/RISCV/imm.ll
@@ -45,3 +45,19 @@ define i32 @neg_i32() nounwind {
; RV32I-NEXT: ret
ret i32 -559038737
}
+
+define i32 @pos_i32_hi20_only() nounwind {
+; RV32I-LABEL: pos_i32_hi20_only:
+; RV32I: # %bb.0:
+; RV32I-NEXT: lui a0, 16
+; RV32I-NEXT: ret
+ ret i32 65536
+}
+
+define i32 @neg_i32_hi20_only() nounwind {
+; RV32I-LABEL: neg_i32_hi20_only:
+; RV32I: # %bb.0:
+; RV32I-NEXT: lui a0, 1048560
+; RV32I-NEXT: ret
+ ret i32 -65536
+}
OpenPOWER on IntegriCloud