[PATCH] D104626: [M68k] Refactor codegen patterns for logic operations and add tests for it
Min-Yih Hsu via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 21 20:53:30 PDT 2021
myhsu added a comment.
Thanks for the refactoring, it does look cleaner now.
But IIRC people usually use the term bitwise AND/OR/XOR instructions instead of "logical" right? The `ISD` namespace also classifies these node types as bitwise operators.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D104626/new/
https://reviews.llvm.org/D104626
More information about the llvm-commits
mailing list