[PATCH] D139948: [RISCV][WIP] Add pass to remove W suffix from ADDIW and SLLIW to improve compressibility
Nitin John Raj via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 13 12:35:45 PST 2022
nitinjohnraj added a comment.
In D139948#3992911 <https://reviews.llvm.org/D139948#3992911>, @craig.topper wrote:
> In D139948#3992908 <https://reviews.llvm.org/D139948#3992908>, @jrtc27 wrote:
>
>> I don't understand this, your patch subject says you're adding a pass to remove the W suffix from instructions, but the actual diff doesn't add a pass and the test changes all add W suffices
>
> The last update looks like it should have gone to D139462 <https://reviews.llvm.org/D139462>
Yes, sorry, that's my mistake. I can't seem to find a way to delete this revision, I seem to have messed this up a bit.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D139948/new/
https://reviews.llvm.org/D139948
More information about the llvm-commits
mailing list