[PATCH] D89449: [RISCV] Initial infrastructure for code generation of the RISC-V V-extension
    Hsiangkai Wang via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Thu Nov 12 08:49:48 PST 2020
    
    
  
HsiangKai added inline comments.
================
Comment at: llvm/lib/Target/RISCV/RISCVISelLowering.cpp:131
+
+    addRegisterClass(RISCVVMVTs::vfloat64m1_t, &RISCV::VRRegClass);
+    addRegisterClass(RISCVVMVTs::vfloat64m2_t, &RISCV::VRM2RegClass);
----------------
craig.topper wrote:
> Should the types be qualified with hasStdExtD()?  I have the same question for F but it looks like V extension currently implicitly enables the F extension.
I am curious about V should imply F or not. It is vague in the V specification.
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D89449/new/
https://reviews.llvm.org/D89449
    
    
More information about the llvm-commits
mailing list