[llvm] [RISCV] Re-model RVV comparison instructions (PR #88868)
Pengcheng Wang via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 17 01:19:23 PDT 2024
wangpc-pp wrote:
> I think, a long time ago I wondered if we should have a version of the compare pseudos that had the dest tied to v0 to avoid the early clobber. And let the 3 address instruction conversion break it if it needed. Similar to the _TIED instructions we have for VWADD.WV.
Thanks! I didn't know we can avoid the early clobber in this way, I will have a try!
https://github.com/llvm/llvm-project/pull/88868
More information about the llvm-commits
mailing list