[PATCH] D29013: Add InstCombine/InstructionSimplify support for Freeze Instruction
Juneyoung Lee via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 23 03:52:43 PST 2017
aqjune created this revision.
- Add llvm::SimplifyFreezeInst
- Add InstCombiner::visitFreeze
- Add llvm tests
https://reviews.llvm.org/D29013
Files:
include/llvm/Analysis/InstructionSimplify.h
lib/Analysis/InstructionSimplify.cpp
lib/Transforms/InstCombine/InstCombineInternal.h
lib/Transforms/InstCombine/InstructionCombining.cpp
test/Transforms/InstCombine/freeze.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D29013.85345.patch
Type: text/x-patch
Size: 4138 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170123/b5ee0f7b/attachment.bin>
More information about the llvm-commits
mailing list