diff options
author | Craig Topper <craig.topper@sifive.com> | 2024-09-25 21:19:35 -0700 |
---|---|---|
committer | Craig Topper <craig.topper@sifive.com> | 2024-09-25 21:37:37 -0700 |
commit | bd592b11c3eff03db6170c85e54cee4e70eae52e (patch) | |
tree | dcc799a5673c5a49e19dd0509c25755c65562f52 /llvm/lib/CodeGen/MachineFunction.cpp | |
parent | 3d0469516c687b6dad3e6482fd94d64c65fa4a01 (diff) | |
download | llvm-bd592b11c3eff03db6170c85e54cee4e70eae52e.zip llvm-bd592b11c3eff03db6170c85e54cee4e70eae52e.tar.gz llvm-bd592b11c3eff03db6170c85e54cee4e70eae52e.tar.bz2 |
[RISCV] Minor cleanups to lowerInterleaveIntrinsicToStore and lowerDeinterleaveIntrinsicToLoad. NFC
-Reduce the scope of some variables.
-Use getArgOperand instead of getOperand to get intrinsic operands.
-Use initialize_list instead of a SmallVector.
-Remove wide VectorType variable that is only used to check fixed vs
scalable. We can use the narrow VectorType for that.
Diffstat (limited to 'llvm/lib/CodeGen/MachineFunction.cpp')
0 files changed, 0 insertions, 0 deletions