[PATCH] D157828: [RISCV][GISel] Initial legalization support for G_LOAD and G_STORE.
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 14 00:36:36 PDT 2023
craig.topper added a comment.
In D157828#4583855 <https://reviews.llvm.org/D157828#4583855>, @tschuett wrote:
> Are going to add legalise tests for G_PTR_ADD and G_ZEXTLOAD?
I only implememented what was required to legalize a misaligned access or a load that needs to be narrowed. So I only marked the legal cases which are covered by the tests.
Conplete support will be a different patch.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D157828/new/
https://reviews.llvm.org/D157828
More information about the llvm-commits
mailing list