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

Andrei Safronov via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 12 14:39:15 PST 2024


================
@@ -0,0 +1,17 @@
+# RUN: not llvm-mc -triple xtensa --mattr=+density %s 2>&1 | FileCheck %s
+
----------------
andreisfr wrote:

I'm sorry, you mean that we don't need to create specific directory for Xtensa architecture options(extensions) tests in "../MC/Xtensa/"? Or use other directory structure, for example for each option(extension) create correspondence directory "../MC/Xtensa/CodeDensity"?

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


More information about the llvm-commits mailing list