[PATCH] D73659: [GlobalISel] Add new combine to convert G_MUL to G_SHL.
    Matt Arsenault via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Wed Jan 29 13:03:34 PST 2020
    
    
  
arsenm added inline comments.
================
Comment at: llvm/include/llvm/Target/GlobalISel/Combine.td:138
 
+def mul_to_lsl_matchdata : GIDefMatchData<"unsigned">;
+def mul_to_lsl : GICombineRule<
----------------
lsl->shl to match the instruction name?
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D73659/new/
https://reviews.llvm.org/D73659
    
    
More information about the llvm-commits
mailing list