[all-commits] [llvm/llvm-project] 5022ac: [RISCV] Use HasVInstructions and HasVInstructionsA...
Craig Topper via All-commits
all-commits at lists.llvm.org
Wed Nov 3 14:33:07 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5022ac0771ea8c1fbfd03b9db316f569b3a1017e
https://github.com/llvm/llvm-project/commit/5022ac0771ea8c1fbfd03b9db316f569b3a1017e
Author: Craig Topper <craig.topper at sifive.com>
Date: 2021-11-03 (Wed, 03 Nov 2021)
Changed paths:
M llvm/lib/Target/RISCV/RISCVInstrInfoVSDPatterns.td
M llvm/lib/Target/RISCV/RISCVInstrInfoVVLPatterns.td
M llvm/lib/Target/RISCV/RISCVSubtarget.h
Log Message:
-----------
[RISCV] Use HasVInstructions and HasVInstructionsAnyF in more place in TableGen. NFC
Change RISCVSubtarget.hasVInstructionAnyF() to call hasVInstructionsF32
so that any changes to hasVInstructionsF32 are reflected.
The files were missed in D112496.
More information about the All-commits
mailing list