Skip to content
Commit 2ccb2dbc authored by Zi Xuan Wu (Zeson)'s avatar Zi Xuan Wu (Zeson) Committed by Zi Xuan Wu
Browse files

[RISCV] Don't fold RISCVISD::VMV_V_X_VL series node and scalar load to vector...

[RISCV] Don't fold RISCVISD::VMV_V_X_VL series node and scalar load to vector load when scalar load is update load

We try to fold RISCVISD::VMV_V_X_VL series node + scalar load -> vector load.
But if scalar load is indexed load (load update form), it's not profitable to fold because load update node can't be removed after fold.

Differential Revision: https://reviews.llvm.org/D152222
parent c0719f3b
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment