[llvm] [RISCV][GISel] Instruction select for vector G_ADD, G_SUB (PR #74114)
Michael Maitland via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 1 10:56:23 PST 2023
michaelmaitland 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
https://github.com/llvm/llvm-project/pull/74114
More information about the llvm-commits
mailing list