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

Gui Andrade via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 1 16:49:39 PDT 2020


guiand updated this revision to Diff 274957.
guiand marked an inline comment as done.
guiand added a comment.

Fix oversight in previous change; pow(2.0**x) -> exp2 adds proper attributes now.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D82820

Files:
  llvm/lib/Transforms/Utils/SimplifyLibCalls.cpp
  llvm/test/Transforms/InstCombine/simplify-libcalls.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D82820.274957.patch
Type: text/x-patch
Size: 6425 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200701/6bbe667b/attachment.bin>


More information about the llvm-commits mailing list