[PATCH] D61675: [WIP] Update IRBuilder::CreateFNeg(...) to return a UnaryOperator
Cameron McInally via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 10 08:12:55 PDT 2019
cameron.mcinally added a comment.
In D61675#1703749 <https://reviews.llvm.org/D61675#1703749>, @cameron.mcinally wrote:
> > I reverted it in r374354. Please test before re-landing.
>
> Hmm, how do I run those tests? I did not see that failure with check-all.
>
> That's a pretty straightforward failure. It's just a one-line IR change:
>
> `fsub float {{.*}}0{{.*}}, %F1` -> `fneg float %F1`
@gribozavr in case not subscribed...
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D61675/new/
https://reviews.llvm.org/D61675
More information about the llvm-commits
mailing list