[PATCH] D130397: [RISCV] Custom type legalize i32 loads by sign extending.
Alex Bradbury via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 1 03:16:20 PDT 2022
asb added a comment.
I wonder if this should be a target hook? I accept that adding a hook for something that only RISC-V uses isn't necessarily an obvious win. But it also doesn't seem ideal for us to accrete too many of these heuristic workarounds within the backend. (not sure I have a super strong opinion either way - just raising for discussion).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D130397/new/
https://reviews.llvm.org/D130397
More information about the llvm-commits
mailing list