[llvm] [Xtensa] Implement Code Density Option. (PR #119639)

Andrei Safronov via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 13 06:30:59 PST 2024


================
@@ -0,0 +1,17 @@
+# RUN: not llvm-mc -triple xtensa --mattr=+density %s 2>&1 | FileCheck %s
+
+LBL0:
+
+# Out of range immediates
+
+# imm1n_15
+addi.n a2, a3, 20
----------------
andreisfr wrote:

I added test case.

https://github.com/llvm/llvm-project/pull/119639


More information about the llvm-commits mailing list