[PATCH] D149783: [DAGCombiner] Add bswap(logic_op(bswap(x), y)) optimization
Austin Chang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun May 7 08:19:35 PDT 2023
austin880625 added a comment.
oh by rebase onto `main` I mean I rebased the two commit(for D149782 <https://reviews.llvm.org/D149782> and for D149783 <https://reviews.llvm.org/D149783>) in my branch onto the `main` branch together, so this patch is still based on the commit for D149782 <https://reviews.llvm.org/D149782>. For clarity these are the commands I used:
git diff main HEAD~ -U999999 > ../62236-DAG-test.patch #for D149782, based on previously pulled main branch
git diff HEAD~ HEAD -U999999 > ../62236-DAG-impl.patch #for this D149783
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D149783/new/
https://reviews.llvm.org/D149783
More information about the llvm-commits
mailing list