[PATCH] D30081: [PPC] Eliminate more compare instructions using record-form operation
Hiroshi Inoue via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 22 23:12:58 PST 2017
inouehrs added a comment.
Thank you for the comment.
As you said, I did not confirm the cases for added opcodes other than `andi.`. So I will remove them.
I thought it is safe since they are aliases for special cases of `rlwinm`, which is already included as a target of optimization.
https://reviews.llvm.org/D30081
More information about the llvm-commits
mailing list