[PATCH] D149782: [DAGCombiner] Add bswap(logic_op(bswap(x), y)) regression test case; NFC
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 4 05:20:16 PDT 2023
RKSimon added a comment.
Maybe xor + or bitlogic coverage? You don't need to repeat the tests you've written, just convert some to use the other ops instead
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D149782/new/
https://reviews.llvm.org/D149782
More information about the llvm-commits
mailing list