Unverified Commit c18e78cf authored by Craig Topper's avatar Craig Topper Committed by GitHub
Browse files

[RISCV] Add copyPhysRegVector to extract common vector code out of copyPhysRegVector. (#70497)

Call this method directly from each vector case with the correct
arguments. This allows us to treat each type of copy as its own
special case and not pass variables to a common merge point. This
is similar to how AArch64 is structured.
    
I think I can reduce the number of operands to this new method, but
I'll do that as a follow up.
parent 124613c8
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment