[llvm] [GISel][CombinerHelper] Combine and(trunc(x), trunc(y)) -> trunc(and(x, y)) (PR #89023)
Thorsten Schütt via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 17 11:03:52 PDT 2024
tschuett wrote:
You can still put the pattern in MIR and the business logic in the CombinerHelper.
https://github.com/llvm/llvm-project/pull/89023
More information about the llvm-commits
mailing list