[PATCH] D153234: [RISCV] Add codegen for Zfbfmin instructions
    Craig Topper via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Wed Jul 19 21:39:07 PDT 2023
    
    
  
craig.topper added inline comments.
================
Comment at: llvm/lib/Target/RISCV/RISCVInstrInfoZfh.td:424
 
+let Predicates = [HasStdExtZfbfmin] in {
+/// Loads
----------------
Can we put these patterns in the RISCVInstrInfoZfbfmin.td? If the include order doesn't work, I hope we can just fix the include order so that Zfh is included first.
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D153234/new/
https://reviews.llvm.org/D153234
    
    
More information about the llvm-commits
mailing list