[PATCH] D158079: [InstCombine] Contracting x^2 + 2*x*y + y^2 to (x + y)^2 (float)

Noah Goldstein via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 25 11:27:23 PDT 2023


goldstein.w.n added a subscriber: arsenm.
goldstein.w.n added a comment.

LGTM.
I'm by no means an expert in FP semantics. @arsenm any chance you can quickly verify the FP checks are correct?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D158079



More information about the llvm-commits mailing list