[llvm] r308588 - [X86] Remove outdated bug comment from a test.
Craig Topper via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 19 23:19:52 PDT 2017
Author: ctopper
Date: Wed Jul 19 23:19:52 2017
New Revision: 308588
URL: http://llvm.org/viewvc/llvm-project?rev=308588&view=rev
Log:
[X86] Remove outdated bug comment from a test.
The test issue was fixed and the test was updated in r244577, but the comment wasn't removed.
Modified:
llvm/trunk/test/CodeGen/X86/shift-bmi2.ll
Modified: llvm/trunk/test/CodeGen/X86/shift-bmi2.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/shift-bmi2.ll?rev=308588&r1=308587&r2=308588&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/shift-bmi2.ll (original)
+++ llvm/trunk/test/CodeGen/X86/shift-bmi2.ll Wed Jul 19 23:19:52 2017
@@ -150,7 +150,6 @@ entry:
%x = load i32, i32* %p
%shl = ashr i32 %x, %shamt
; BMI2: ashr32p
-; Source order scheduling prevents folding, rdar:14208996.
; BMI2: sarxl %{{.+}}, ({{.+}}), %{{.+}}
; BMI2: ret
; BMI264: ashr32p
More information about the llvm-commits
mailing list