[PATCH] D16663: Codegen: [PPC] Fix PPCVSXFMAMutate to handle duplicates.

Hal Finkel via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 2 13:47:40 PST 2016


hfinkel accepted this revision.
hfinkel added a comment.
This revision is now accepted and ready to land.

LGTM


================
Comment at: lib/Target/PowerPC/PPCVSXFMAMutate.cpp:255
@@ -255,1 +254,3 @@
 
+        // If the addend is also a multiplicand, replace it with the addendSrc
+        // in both places.
----------------
addendSrc -> AddendSrc (in comment, either make capitalization match variable name, or write prose.)


Repository:
  rL LLVM

http://reviews.llvm.org/D16663





More information about the llvm-commits mailing list