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