[PATCH] D33850: Inlining: Don't re-map simplified cloned instructions.

Dehao Chen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 20 10:17:12 PDT 2017


danielcdh added a comment.

https://reviews.llvm.org/D34017 prevents recursive inline from happening. But even with recursive inlining, it should not trigger compiler error. I think this patch is still needed to fix the underlying issue?


Repository:
  rL LLVM

https://reviews.llvm.org/D33850





More information about the llvm-commits mailing list