[llvm] 50155bc - [PowerPC] remove wrong added FIXME in testcases, NFC

Chen Zheng via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 16 19:11:18 PDT 2020


Author: Chen Zheng
Date: 2020-06-16T22:10:48-04:00
New Revision: 50155bcd46428eda1551efe9616f6611b0ef779a

URL: https://github.com/llvm/llvm-project/commit/50155bcd46428eda1551efe9616f6611b0ef779a
DIFF: https://github.com/llvm/llvm-project/commit/50155bcd46428eda1551efe9616f6611b0ef779a.diff

LOG: [PowerPC] remove wrong added FIXME in testcases, NFC

remove the wrong added comments as xsmaddasp is introduced in PWR8

Added: 
    

Modified: 
    llvm/test/CodeGen/PowerPC/machine-combiner.ll

Removed: 
    


################################################################################
diff  --git a/llvm/test/CodeGen/PowerPC/machine-combiner.ll b/llvm/test/CodeGen/PowerPC/machine-combiner.ll
index 118d1da969b6..2e834b1fe788 100644
--- a/llvm/test/CodeGen/PowerPC/machine-combiner.ll
+++ b/llvm/test/CodeGen/PowerPC/machine-combiner.ll
@@ -232,7 +232,6 @@ define double @reassociate_mamaa_double(double %0, double %1, double %2, double
   ret double %11
 }
 
-; FIXME: should use xsmaddasp instead of fmadds for pwr7 arch.
 define float @reassociate_mamaa_float(float %0, float %1, float %2, float %3, float %4, float %5) {
 ; CHECK-LABEL: reassociate_mamaa_float:
 ; CHECK:       # %bb.0:
@@ -291,7 +290,6 @@ define double @reassociate_mamama_double(double %0, double %1, double %2, double
   ret double %17
 }
 
-; FIXME: should use xsmaddasp instead of fmadds for pwr7 arch.
 define dso_local float @reassociate_mamama_8(float %0, float %1, float %2, float %3, float %4, float %5, float %6, float %7, float %8,
                                              float %9, float %10, float %11, float %12, float %13, float %14, float %15, float %16) {
 ; CHECK-LABEL: reassociate_mamama_8:


        


More information about the llvm-commits mailing list