[llvm] [GlobalIsel] Visit ICmp (PR #105991)

Thorsten Schütt via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 3 12:59:14 PDT 2024


tschuett wrote:

The general assumption is that IR is in canonical form and middle-end optimizations should not be ported to the backends.

But reality is at odds with that statement. There are size improvements in this PR.

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


More information about the llvm-commits mailing list