[PATCH] D29011: [IR] Add Freeze instruction
Juneyoung Lee via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 24 01:46:26 PST 2017
aqjune updated this revision to Diff 85541.
aqjune added a comment.
Herald added a reviewer: deadalnix.
- Add llvm-c test (test/Bindings/llvm-c/freeze.ll)
- Update tools/llvm-c-test/echo.cpp so it can deal with Freeze instruction.
https://reviews.llvm.org/D29011
Files:
include/llvm-c/Core.h
include/llvm/Analysis/ValueTracking.h
include/llvm/Bitcode/LLVMBitCodes.h
include/llvm/IR/IRBuilder.h
include/llvm/IR/InstVisitor.h
include/llvm/IR/Instruction.def
include/llvm/IR/Instructions.h
include/llvm/IR/PatternMatch.h
lib/Analysis/ValueTracking.cpp
lib/AsmParser/LLLexer.cpp
lib/AsmParser/LLParser.cpp
lib/AsmParser/LLParser.h
lib/AsmParser/LLToken.h
lib/Bitcode/Reader/BitcodeReader.cpp
lib/Bitcode/Writer/BitcodeWriter.cpp
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
lib/CodeGen/TargetLoweringBase.cpp
lib/IR/Core.cpp
lib/IR/Instruction.cpp
lib/IR/Instructions.cpp
lib/IR/Verifier.cpp
test/Bindings/llvm-c/freeze.ll
test/Bitcode/freeze.ll
tools/llvm-c-test/echo.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D29011.85541.patch
Type: text/x-patch
Size: 18318 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170124/759f5276/attachment-0001.bin>
More information about the llvm-commits
mailing list