[PATCH] D61544: Add FNeg IR constant folding

Cameron McInally via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat May 4 08:31:26 PDT 2019


cameron.mcinally updated this revision to Diff 198144.
cameron.mcinally marked an inline comment as done.
cameron.mcinally added a comment.

Address Sanjay's comments.


Repository:
  rL LLVM

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

https://reviews.llvm.org/D61544

Files:
  llvm/include/llvm/Analysis/ConstantFolding.h
  llvm/lib/Analysis/ConstantFolding.cpp
  llvm/lib/IR/ConstantFold.cpp
  llvm/lib/IR/ConstantFold.h
  llvm/lib/IR/Constants.cpp
  llvm/test/Transforms/InstCombine/fneg.ll
  llvm/test/Transforms/InstCombine/fsub.ll
  llvm/test/Transforms/InstCombine/inselt-binop.ll
  llvm/test/Transforms/Reassociate/crash2.ll
  llvm/unittests/IR/ConstantsTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D61544.198144.patch
Type: text/x-patch
Size: 13510 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190504/a2656b8a/attachment.bin>


More information about the llvm-commits mailing list