[PATCH] D130448: [Reassociate][NFC] Use an appropriate `dyn_cast` for `BinaryOperator`

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 25 03:35:25 PDT 2022


nikic accepted this revision.
nikic added a comment.
This revision is now accepted and ready to land.

LG. This should not affect constexpr behavior, because BinaryOperator is, despite its wonderful name, not an Operator (unlike OverflowingBinaryOperator -- go figure!)


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D130448/new/

https://reviews.llvm.org/D130448



More information about the llvm-commits mailing list