[PATCH] D61544: Add FNeg IR constant folding

Cameron McInally via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun May 5 11:33:01 PDT 2019


cameron.mcinally closed this revision.
cameron.mcinally added a comment.

Ack, forgot to include the Differential link in the commit log. Was merged with:

  Author: mcinally
  Date: Sun May  5 09:07:09 2019
  New Revision: 359982
  
  URL: http://llvm.org/viewvc/llvm-project?rev=359982&view=rev
  Log:
  Add FNeg IR constant folding support
  
  Added:
      llvm/trunk/test/Analysis/ConstantFolding/fneg.ll
  Modified:
      llvm/trunk/include/llvm/Analysis/ConstantFolding.h
      llvm/trunk/lib/Analysis/ConstantFolding.cpp
      llvm/trunk/lib/IR/ConstantFold.cpp
      llvm/trunk/lib/IR/ConstantFold.h
      llvm/trunk/lib/IR/Constants.cpp
      llvm/trunk/test/Transforms/InstCombine/fneg.ll
      llvm/trunk/test/Transforms/InstCombine/fsub.ll
      llvm/trunk/test/Transforms/InstCombine/inselt-binop.ll
      llvm/trunk/test/Transforms/Reassociate/crash2.ll
      llvm/trunk/unittests/IR/ConstantsTest.cpp


Repository:
  rL LLVM

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

https://reviews.llvm.org/D61544





More information about the llvm-commits mailing list