[PATCH] D53275: [Power9] Exploit power9 new instruction setb
Kewen Lin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 29 20:11:36 PDT 2018
jedilyn added inline comments.
================
Comment at: llvm/lib/Target/PowerPC/PPCISelDAGToDAG.cpp:85
+STATISTIC(NumP9Setb,
+ "Number of compares lowered to setb");
----------------
Need one more period "." at the end , will fix it with any possible updates for below unresolved comments.
Repository:
rL LLVM
https://reviews.llvm.org/D53275
More information about the llvm-commits
mailing list