[llvm] [GlobalISel] Combine (X == 0) & (Y == 0) -> (X | Y) == 0 (PR #69017)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 13 14:52:56 PDT 2023
https://github.com/arsenm commented:
Can you try doing this with the new tablegen combiner support?
https://github.com/llvm/llvm-project/pull/69017
More information about the llvm-commits
mailing list