[PATCH] D50113: [SLC] Fix shrinking of pow()
Evandro Menezes via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 1 09:25:43 PDT 2018
evandro added a comment.
In https://reviews.llvm.org/D50113#1184429, @spatel wrote:
> I think we should commit this based on fixing the miscompile alone; we can debate the other diff in a follow-on patch if needed.
The miscompile was never noticed because the shrinking was always discarded. It seems sensible to me that both are fixed in one swoop.
https://reviews.llvm.org/D50113
More information about the llvm-commits
mailing list