[PATCH] D26621: [AArch64] Refactor LSE support as feature separate from V8.1a support.
Tim Northover via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 14 11:19:44 PST 2016
t.p.northover added inline comments.
================
Comment at: lib/Target/AArch64/AArch64.td:39
+def FeatureLSE : SubtargetFeature<"lse", "HasLSE", "true",
+ "Enable ARMv8.1 LSE instructions">;
+
----------------
Can we expand "LSE" in the description here? I still can't actually think what it could mean.
https://reviews.llvm.org/D26621
More information about the llvm-commits
mailing list