[PATCH] D32156: [BranchFolding] Propagate CSR live-ins to returning blocks. See D31188 for discussion.

Matthias Braun via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 24 19:35:32 PDT 2017


MatzeB added a comment.

I located the root cause of this problem being a bug in LivePhysRegs::addLiveOutsNoPristines(), this fixes it: https://reviews.llvm.org/D32464


https://reviews.llvm.org/D32156





More information about the llvm-commits mailing list