summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Sparc/LeonFeatures.td
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/lib/Target/Sparc/LeonFeatures.td')
-rwxr-xr-xllvm/lib/Target/Sparc/LeonFeatures.td8
1 files changed, 7 insertions, 1 deletions
diff --git a/llvm/lib/Target/Sparc/LeonFeatures.td b/llvm/lib/Target/Sparc/LeonFeatures.td
index 5e62891c3ff..7de98407dac 100755
--- a/llvm/lib/Target/Sparc/LeonFeatures.td
+++ b/llvm/lib/Target/Sparc/LeonFeatures.td
@@ -36,4 +36,10 @@ def LeonCASA : SubtargetFeature<
"true",
"Enable CASA instruction for LEON3 and LEON4 processors"
>;
- \ No newline at end of file
+
+def InsertNOPLoad: SubtargetFeature<
+ "insertnopload",
+ "InsertNOPLoad",
+ "true",
+ "LEON3 erratum fix: Insert a NOP instruction after every single-cycle load instruction when the next instruction is another load/store instruction"
+>;
OpenPOWER on IntegriCloud