[PATCH] D13697: [SimplifyCFG] Merge conditional stores

Philip Reames via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 14 14:38:32 PDT 2015


reames added a comment.

Forgot to say: very interesting transform.  I'm glad to see you're proposing this.  I'm a bit concerned about the profitability aspects though.  You might want to further restrict the conditions to be things which we know can be combined/folded cheaply.


Repository:
  rL LLVM

http://reviews.llvm.org/D13697





More information about the llvm-commits mailing list