[PATCH] D128393: [RISCV] Add macrofusion infrastructure and one example usage.
    Alex Bradbury via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Thu Jun 23 02:56:27 PDT 2022
    
    
  
asb added a comment.
LGTM, thanks Craig!
================
Comment at: llvm/lib/Target/RISCV/RISCVMacroFusion.cpp:31
+
+  // Assume the 1st instr to be a wildcard if it is unspecified
+  if (!FirstMI)
----------------
Nit: comment should end with full stop.
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D128393/new/
https://reviews.llvm.org/D128393
    
    
More information about the llvm-commits
mailing list