[llvm] r244605 - delete FIXME comment; it's fixed

Sanjay Patel via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 11 07:35:29 PDT 2015


Author: spatel
Date: Tue Aug 11 09:35:29 2015
New Revision: 244605

URL: http://llvm.org/viewvc/llvm-project?rev=244605&view=rev
Log:
delete FIXME comment; it's fixed

Modified:
    llvm/trunk/test/CodeGen/AArch64/mul-lohi.ll

Modified: llvm/trunk/test/CodeGen/AArch64/mul-lohi.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/AArch64/mul-lohi.ll?rev=244605&r1=244604&r2=244605&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/AArch64/mul-lohi.ll (original)
+++ llvm/trunk/test/CodeGen/AArch64/mul-lohi.ll Tue Aug 11 09:35:29 2015
@@ -33,8 +33,6 @@ define i128 @test_128bitmul_optsize(i128
   ret i128 %prod
 }
 
-; FIXME: This should be the same as the optsize test above.
-
 define i128 @test_128bitmul_minsize(i128 %lhs, i128 %rhs) minsize {
 ; CHECK-LABEL: test_128bitmul_minsize:
 ; CHECK:       umulh [[HI:x[0-9]+]], x0, x2




More information about the llvm-commits mailing list