[PATCH] D29011: [IR] Add Freeze instruction

Juneyoung Lee via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat May 5 11:00:10 PDT 2018


aqjune updated this revision to Diff 145376.
aqjune added a comment.

Rebased to svn commit 331585


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/InstVisitor.h
  include/llvm/IR/Instruction.def
  include/llvm/IR/Instructions.h
  include/llvm/IR/PatternMatch.h
  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/compatibility.ll
  test/Bitcode/freeze-float.ll
  test/Bitcode/freeze-pointer.ll
  test/Bitcode/freeze-vector.ll
  tools/llvm-c-test/echo.cpp
  unittests/IR/VerifierTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D29011.145376.patch
Type: text/x-patch
Size: 19093 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180505/23f71473/attachment.bin>


More information about the llvm-commits mailing list