Refactor pat for and, or and xor operation and add missing tests for it
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
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.