[llvm] [GlobalISel] Combine [a, s, z]ext of undef into 0 or undef (PR #117439)

Thorsten Schütt via llvm-commits llvm-commits at lists.llvm.org
Sun Dec 1 04:24:49 PST 2024


tschuett wrote:

The title of this PR is `Combine [a,s,z]ext of undef into 0 or undef `. The task was to combine the three ext ops with undef and integrate them with the existing `cast_combines`.

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


More information about the llvm-commits mailing list