[llvm] [Xtensa] Implement Windowed Register Option. (PR #121118)

Andrei Safronov via llvm-commits llvm-commits at lists.llvm.org
Sun Dec 29 07:05:06 PST 2024


================
@@ -0,0 +1,15 @@
+# RUN: not llvm-mc -triple xtensa --mattr=+windowed %s 2>&1 | FileCheck %s
+
+# Out of range immediates
+
+# entry_imm12
+entry a3, -1
----------------
andreisfr wrote:

I added more tests for "entry" instruction.

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


More information about the llvm-commits mailing list