[PATCH] D53205: [FPEnv][NFCI] Convert more BinaryOperator::isFNeg(...) to m_FNeg(...)

Sanjay Patel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 23 10:16:55 PDT 2018


spatel added a comment.

In https://reviews.llvm.org/D53205#1271492, @cameron.mcinally wrote:

> Ah, yeah. That would work. Thanks, Sanjay.
>
> Apologies if that is what you were suggesting in the previous comment. I misunderstood the suggestion.


I was just throwing out code hoping that one of those fit the problem. :)

Barring complaint/revert, the related integer neg/not code is gone after:
https://reviews.llvm.org/rL345052

With these preliminary commits:
https://reviews.llvm.org/rL345050
https://reviews.llvm.org/rL345043
https://reviews.llvm.org/rL345042
https://reviews.llvm.org/rL345041
https://reviews.llvm.org/rL345036
https://reviews.llvm.org/rL345030


Repository:
  rL LLVM

https://reviews.llvm.org/D53205





More information about the llvm-commits mailing list