[PATCH] D122125: [PowerPC] generate CTR loops instructions after ISEL
ChenZheng via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 8 00:55:47 PDT 2022
shchenz marked an inline comment as done.
shchenz added inline comments.
================
Comment at: llvm/lib/Target/PowerPC/PPCCTRLoops.cpp:192
+
+ assert(Dec && "CTR loop is not complete!\n");
+
----------------
qiucf wrote:
> Nit: `\n` is not needed in assert message.
thanks!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D122125/new/
https://reviews.llvm.org/D122125
More information about the llvm-commits
mailing list