[PATCH] D105785: [RISCV] Add a helper function to allow ReplaceNodeResults to use sign extension for any_extend of i32 constants.
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 13 10:53:17 PDT 2021
craig.topper added a comment.
In D105785#2873425 <https://reviews.llvm.org/D105785#2873425>, @luismarques wrote:
> Can't we just address the root problem and make those `any_extend`s be sign-extended for RISC-V, where they are handled?
Alternative version D105918 <https://reviews.llvm.org/D105918>
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D105785/new/
https://reviews.llvm.org/D105785
More information about the llvm-commits
mailing list