Add lvm/svm intrinsic instructions and a regression test. Change
RegisterInfo to specify that VM0/VMP0 are constant and reserved
registers. This modifies a vst regression test, so update it.
Also add pseudo instructions for VM512 register classes
and mechanism to expand them after register allocation.
Details
Details
- Reviewers
simoll k-ishizaka - Commits
- rG38621c45a8fe: [VE] Add lvm/svm intrinsic instructions
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/lib/Target/VE/VEInstrInfo.cpp | ||
---|---|---|
743–744 | Looks like a good application for the Register type, here and for Src, VMX, .. |
Looks like a good application for the Register type, here and for Src, VMX, ..