[PATCH] D82820: [InstCombine] Fix mismatched attribute lists for combined calls

Johannes Doerfert via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 29 20:56:39 PDT 2020


jdoerfert added a comment.

> Currently, a transformation like pow(2.0, x) -> exp2(x) copies the pow attribute list verbatim and applies it to exp2

For the record, this is clearly wrong even before the `noundef` patch. Thanks for fixing this.

I let you hash out the details of the shuffle thing ;)

(Ignore the libomp test failures)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D82820





More information about the llvm-commits mailing list