[clang] [llvm] [RISCV][MC] Support experimental Zilx extension (PR #209419)

Pengcheng Wang via cfe-commits cfe-commits at lists.llvm.org
Wed Jul 15 00:10:06 PDT 2026


================
@@ -204,6 +204,13 @@ def FeatureZilsdWordAlign
     : SubtargetFeature<"zilsd-word-align", "AllowZilsdWordAlign", "true",
                        "Allow 4-byte alignment for Zilsd LD/SD instructions">;
 
+def FeatureStdExtZilx
+    : RISCVExperimentalExtension<0, 1, "Index Load for Integer">;
----------------
wangpc-pp wrote:

I can change the name (since I am the author 😄). I need to figure out which one is the best.

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


More information about the cfe-commits mailing list