[llvm] [AArch64][GlobalISel] Add support for extending indexed loads. (PR #70373)

Amara Emerson via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 26 13:18:02 PDT 2023


aemerson wrote:

The selection code is pretty much a straight port from `AArch64TargetLowering::SelectIndexedLoad()` except we split extload handling separately from regular indexed loads instead of one big function.

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


More information about the llvm-commits mailing list