[all-commits] [llvm/llvm-project] d5fa71: [RISCV] Handle PseudoVRELOAD and PseudoVSPILL in g...
Zakk Chen via All-commits
all-commits at lists.llvm.org
Mon Apr 19 22:30:55 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d5fa71e9ecc530535e48f6328490950454d086e7
https://github.com/llvm/llvm-project/commit/d5fa71e9ecc530535e48f6328490950454d086e7
Author: Zakk Chen <zakk.chen at sifive.com>
Date: 2021-04-19 (Mon, 19 Apr 2021)
Changed paths:
M llvm/lib/Target/RISCV/RISCVInstrInfo.cpp
Log Message:
-----------
[RISCV] Handle PseudoVRELOAD and PseudoVSPILL in getInstSizeInBytes.
It's necessary to calculate correct instruction size because
PseudoVRELOAD and PseudoSPILL will be expanded into multiple
instructions.
Reviewed By: frasercrmck
Differential Revision: https://reviews.llvm.org/D100702
More information about the All-commits
mailing list