[PATCH] D34193: [PowerPC] peephole optimization on use after register copy
Lei Huang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 14 11:31:27 PDT 2017
lei added inline comments.
================
Comment at: lib/Target/PowerPC/PPCPostRAPeephole.cpp:9
+//===---------------------------------------------------------------------===//
+//
+// This pass modifies register operands of instructions after a register copy.
----------------
The comments below should be doxygen comments, identified by "///" instead of the usual "/"
https://reviews.llvm.org/D34193
More information about the llvm-commits
mailing list