[llvm] [Xtensa] Add basic support for inline asm constraints. (PR #108986)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 17 23:18:10 PDT 2024


================
@@ -0,0 +1,23 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
+; RUN: llc --mtriple=xtensa --verify-machineinstrs < %s | FileCheck %s --check-prefix=LA32
----------------
arsenm wrote:

Don't need -verify-machineinstrs 

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


More information about the llvm-commits mailing list