[llvm] [GlobalIsel] Combine zext of trunc (episode II) (PR #108305)

Thorsten Schütt via llvm-commits llvm-commits at lists.llvm.org
Sun Oct 13 01:35:01 PDT 2024


tschuett wrote:

The first combine used `Helper.replaceSingleDefInstWithReg` and ran on the `AMDGPURegBankCombiner`. I prefer the lambda matchinfo, which cannot run after regbank select. Now, I enabled both.

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


More information about the llvm-commits mailing list