Loading
[RISCV] Remove FrameIndex case in lui+addi MacroFusion (#68701)
If the first operand of ADDI is a frame index, then it won't have data dependency of predecessor LUI. So it is impossible to do the DAG mutation in these two instructions.
If the first operand of ADDI is a frame index, then it won't have data dependency of predecessor LUI. So it is impossible to do the DAG mutation in these two instructions.