[PATCH] D87001: [IRMover] Avoid materializing global value that belongs to not-yet-linked module

Yuanfang Chen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 7 14:40:56 PDT 2020


ychen added a comment.

In D87001#2317777 <https://reviews.llvm.org/D87001#2317777>, @tejohnson wrote:

> It sounds like even the test case that was added for D47898 <https://reviews.llvm.org/D47898> passes when that fix is reverted?

Sorry, that's not what I meant. I meant to say that D47898 <https://reviews.llvm.org/D47898> regressed the test case in this patch. (Ps, I've verified D47898 <https://reviews.llvm.org/D47898> does fix its own test case).


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D87001/new/

https://reviews.llvm.org/D87001



More information about the llvm-commits mailing list