Skip to content

Commit 707ca0e

Browse files
committed
fixup! [X86] Prefer lock or over mfence
1 parent 4d502dd commit 707ca0e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

llvm/lib/Target/X86/X86.td

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1415,7 +1415,8 @@ def ProcessorFeatures {
14151415
TuningFastImm16,
14161416
TuningSBBDepBreaking,
14171417
TuningSlowDivide64,
1418-
TuningSlowSHLD];
1418+
TuningSlowSHLD,
1419+
TuningAvoidMFENCE];
14191420
list<SubtargetFeature> BtVer2Features =
14201421
!listconcat(BtVer1Features, BtVer2AdditionalFeatures);
14211422

0 commit comments

Comments
 (0)