diff options
author | Craig Topper <craig.topper@sifive.com> | 2023-10-27 12:25:42 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-27 12:25:42 -0700 |
commit | 124613c8ed8dc71ca153b54cdbf41cb90d49842b (patch) | |
tree | 8c9a10d9d8feb94ef4d0d7b04d639ee84cfdc736 /llvm/lib/CodeGen/MachineInstr.cpp | |
parent | 2463a0ed70754524efb6e05b09d632dcacf9b51f (diff) | |
download | llvm-124613c8ed8dc71ca153b54cdbf41cb90d49842b.zip llvm-124613c8ed8dc71ca153b54cdbf41cb90d49842b.tar.gz llvm-124613c8ed8dc71ca153b54cdbf41cb90d49842b.tar.bz2 |
[RISCV] Separate FPR and VR copyPhysReg implementation. (#70492)
This duplicates the BuildMI from the 3 FP copy types, but separates them
from the VR code and gets rid of the IsScalableVector flag.
I need to add FPR<->GPR copies for GISel which needs another variation
of BuildMI. So it seems cleaner to start enumerating each case as its
own if.
Diffstat (limited to 'llvm/lib/CodeGen/MachineInstr.cpp')
0 files changed, 0 insertions, 0 deletions