[llvm] [RISCV][GISel] Instruction select for vector G_ADD, G_SUB (PR #74114)
Jiahan Xie via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 1 13:44:46 PST 2023
jiahanxie353 wrote:
> > > I checked out your code and I am not seeing early exit before selectImpl for the G_ADD. I only see the COPY and PseudoRET instructions entering into the `if (!MI.isPreISelOpcode() || Opc == TargetOpcode::G_PHI) {...}` block.
> >
> >
> > did you pick the vector legalizer commits from my other PR?
>
> Yes
you are right, I was confused by the backward order
https://github.com/llvm/llvm-project/pull/74114
More information about the llvm-commits
mailing list