[llvm] [Xtensa] Implement Code Density Option. (PR #119639)
Fangrui Song via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 18 23:40:25 PST 2024
================
@@ -0,0 +1,64 @@
+# RUN: llvm-mc -triple=xtensa -mattr=+density -disassemble < %s | FileCheck -check-prefixes=CHECK-DENSITY %s
+# RUN: llvm-mc -triple=xtensa -disassemble %s &> %t
+# RUN: FileCheck -check-prefixes=CHECK-CORE < %t %s
----------------
MaskRay wrote:
--implicit-check-not=warning: is useful to ensure that there are no additional warnings
https://github.com/llvm/llvm-project/pull/119639
More information about the llvm-commits
mailing list