[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
Tue Apr 23 03:52:16 PDT 2024


https://github.com/tschuett requested changes to this pull request.

Remove the freeze code. You cannot look through freeze. It is unsafe.

https://github.com/llvm/llvm-project/pull/89023


More information about the llvm-commits mailing list