Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[RISCV] Check type is legal before combining mgather to vlse intrinsic (
llvm#81107) Otherwise we will crash since target intrinsics don't have their types legalized. Let the mgather get legalized first, then do the combine on the legal type. Fixes llvm#81088 Co-authored-by: Craig Topper <[email protected]> (cherry picked from commit 06c89bd)
- Loading branch information