[PATCH] D27413: Simplify gep (gep p, a), (b-a)
    Eli Friedman via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Wed Dec 14 11:31:53 PST 2016
    
    
  
efriedma added a comment.
Can we make this code a bit more general?  Something like `if (Value* Simplified = SimplifyAddInst(GO1, SO1, ...)`.
https://reviews.llvm.org/D27413
    
    
More information about the llvm-commits
mailing list