[PATCH] D29011: [IR] Add Freeze instruction
Juneyoung Lee via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Oct 12 08:28:10 PDT 2019
aqjune updated this revision to Diff 224745.
aqjune marked 3 inline comments as done.
aqjune added a comment.
- Support freeze constexpr
- Make freeze's type checking consistent with LangRef.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D29011/new/
https://reviews.llvm.org/D29011
Files:
include/llvm-c/Core.h
include/llvm/Bitcode/LLVMBitCodes.h
include/llvm/CodeGen/GlobalISel/IRTranslator.h
include/llvm/IR/IRBuilder.h
include/llvm/IR/Instruction.def
include/llvm/IR/PatternMatch.h
lib/AsmParser/LLLexer.cpp
lib/AsmParser/LLParser.cpp
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/ConstantFold.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/compatibility.ll
tools/llvm-c-test/echo.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D29011.224745.patch
Type: text/x-patch
Size: 25350 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191012/d671a99e/attachment.bin>
More information about the llvm-commits
mailing list