[PATCH] D92270: [ConstantFold] Fold more operations to poison

David Spickett via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Dec 15 02:02:23 PST 2021


DavidSpickett added a comment.

I bisected an arm 32 bit issue with WebKit Javascript's infinity value (https://github.com/llvm/llvm-project/issues/52669) down to this commit.

Just to make people aware there is another failing case. No reproducer yet I'm still working on a way to reduce it, but it'll probably turn out to be covered by the points others have made.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D92270



More information about the cfe-commits mailing list