[PATCH] D16380: Introduce ConstantFoldCastOperand function and migrate some callers of ConstantFoldInstOperands to use it. NFC.

Manuel Jacob via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 20 16:26:15 PST 2016


mjacob updated this revision to Diff 45461.
mjacob added a comment.

Update summary.  Actually the remaining callers of ConstantFoldInstOperands cannot just be changed to use ConstantFoldInstruction.


http://reviews.llvm.org/D16380

Files:
  include/llvm/Analysis/ConstantFolding.h
  lib/Analysis/ConstantFolding.cpp
  lib/Analysis/InstructionSimplify.cpp
  lib/CodeGen/MachineFunction.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D16380.45461.patch
Type: text/x-patch
Size: 18551 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160121/36a4afc5/attachment.bin>


More information about the llvm-commits mailing list