[llvm] [Xtensa] Implement THREADPTR and DFPAccel Xtensa Options. (PR #145543)

Andrei Safronov via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 2 03:30:10 PDT 2025


================
@@ -0,0 +1,17 @@
+; RUN: not llc -mtriple=xtensa -mattr=+threadptr -relocation-model=pic -verify-machineinstrs < %s 2>&1 \
+; RUN: | FileCheck -check-prefix=XTENSA-PIC %s
+; RUN: not llc -mtriple=xtensa -verify-machineinstrs < %s 2>&1 \
+; RUN: | FileCheck -check-prefix=XTENSA-NO-THREADPTR %s
----------------
andreisfr wrote:

fixed.

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


More information about the llvm-commits mailing list