[llvm] [GlobalISel] Refactor extractParts() (PR #75223)

Amara Emerson via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 2 06:31:04 PST 2024


aemerson wrote:

> > Moved extractParts() and extractVectorParts() from LegalizerHelper to Utils to be able to use it in different passes.
> 
> Could you elaborate on which passes may want to use this functionality while not using the `LegalizerHelper` directly?

These are intended to be used in a combiner here: https://github.com/llvm/llvm-project/pull/75832

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


More information about the llvm-commits mailing list