[PATCH] D76060: [NFC][DAGCombine] Extract post-inc logic
    Sam Parker via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Thu Mar 12 05:54:03 PDT 2020
    
    
  
samparker created this revision.
samparker added reviewers: dmgreen, craig.topper, RKSimon, spatel.
Herald added a subscriber: hiraditya.
Herald added a project: LLVM.
Extract the decision to combine into a post-inc address into a function to make the logic more clear and re-usable. The majority of the change is just the change in indentation. This is a prep step for D75847 <https://reviews.llvm.org/D75847>.
Repository:
  rG LLVM Github Monorepo
https://reviews.llvm.org/D76060
Files:
  llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D76060.249911.patch
Type: text/x-patch
Size: 7727 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200312/6b2755f3/attachment.bin>
    
    
More information about the llvm-commits
mailing list