[PATCH] D21271: Fix `InstCombine` to not widen metadata on store-to-load forwarding
Yichao Yu via llvm-commits
llvm-commits at lists.llvm.org
Sun Jun 12 18:11:16 PDT 2016
yuyichao added a comment.
> would you mind fixing JumpThreading as well?
I assume you mean the use of this function in JumpThreading? I did a grep before submitting this and didn't see that one having similar problem since it is not conditioning on the type of the returned instruction (not in an obvious way for me anyway). I'm willing to fix it if I can understand what's the problem.
P.S. somehow I don't get email notification from this. Not sure why and I've definitely got email from here before...
http://reviews.llvm.org/D21271
More information about the llvm-commits
mailing list