[PATCH] D128876: [RISCV] Fix wrong register rename for store value during make-compressible optimization
Kito Cheng via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 5 19:05:03 PDT 2022
kito-cheng updated this revision to Diff 442422.
kito-cheng added a comment.
Changes:
- Rename Incompressible -> incompressible
- Use incompressible function to check it's incompressible or not.
- Use const ref if possible for CompressibleInfo
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D128876/new/
https://reviews.llvm.org/D128876
Files:
llvm/lib/Target/RISCV/RISCVMakeCompressible.cpp
llvm/test/CodeGen/RISCV/make-compressible-for-store-address.mir
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D128876.442422.patch
Type: text/x-patch
Size: 10587 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220706/fe501af3/attachment.bin>
More information about the llvm-commits
mailing list