[PATCH] D152222: [RISCV] Don't fold RISCVISD::VMV_V_X_VL series node and scalar load to vector load when scalar load is update load
Zixuan Wu via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 6 00:20:09 PDT 2023
zixuan-wu added a comment.
In D152222#4398334 <https://reviews.llvm.org/D152222#4398334>, @craig.topper wrote:
> HasVendorXTHeadFMemIdx is in upstream, so we should be able to write a test for this?
Theoretically, it can construct one case with XTHeadFMemIdx extension, but it only appears in downstream codebase. I am trying to reproduce it without downstream code.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D152222/new/
https://reviews.llvm.org/D152222
More information about the llvm-commits
mailing list