[PATCH] D93282: [RISCV] V does not imply F.

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 14 23:09:59 PST 2020


craig.topper added inline comments.


================
Comment at: llvm/lib/Target/RISCV/RISCVInstrInfoV.td:741
 
+let Predicates = [HasStdExtVAndF] in {
 // Vector Single-Width Floating-Point Add/Subtract Instructions
----------------
Can't this just be [HasStdExtV, HasStdExtF]?


================
Comment at: llvm/lib/Target/RISCV/RISCVInstrInfoV.td:893
 
+let Predicates = [HasStdExtVAndF] in {
 // Vector Single-Width Floating-Point Reduction Instructions
----------------
Same here


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D93282/new/

https://reviews.llvm.org/D93282



More information about the llvm-commits mailing list