[PATCH] D50066: [IRMover] Don't materialise values from different source module
Eugene Leviant via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 14 02:46:19 PDT 2018
evgeny777 added a comment.
In https://reviews.llvm.org/D50066#1197101, @tejohnson wrote:
> That new DITemplateValueParameter type doesn't look correct to me.
I'm getting `!DITemplateValueParameter(value: null)` when module is passed to optimizer. This isn't correct either, but module is no longer broken.
At the moment I'm not sure if there is any nice way to fix this.
https://reviews.llvm.org/D50066
More information about the llvm-commits
mailing list