[PATCH] D71693: [NFC][PowerPC] Add a function tryAndWithMask
ChenZheng via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 23 17:54:27 PST 2019
shchenz added inline comments.
================
Comment at: llvm/lib/Target/PowerPC/PPCISelDAGToDAG.cpp:4677
// If this is an and of a value rotated between 0 and 31 bits and then and'd
// with a mask, emit rlwinm
----------------
Is there any reason lines 4678 ~ 4686 are left out from `tryAndWithMask()`?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D71693/new/
https://reviews.llvm.org/D71693
More information about the llvm-commits
mailing list