[llvm] [GlobalIsel] combine ext of trunc with flags (PR #87115)

Thorsten Schütt via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 29 23:44:15 PDT 2024


tschuett wrote:

I can remove the flags tests. We need a mechanism to determine the type of `x` in `ext(trunc(x))`. The Sext, Zext, and Trunk wrappers make my live easier to walk over the expression.

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


More information about the llvm-commits mailing list