[PATCH] D29011: [IR] Add Freeze instruction

Juneyoung Lee via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 4 23:00:44 PST 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rG58acbce3def6: [IR] Add Freeze instruction (authored by aqjune).
Herald added a project: LLVM.

Changed prior to commit:
  https://reviews.llvm.org/D29011?vs=225825&id=227822#toc

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D29011/new/

https://reviews.llvm.org/D29011

Files:
  llvm/include/llvm-c/Core.h
  llvm/include/llvm/Bitcode/LLVMBitCodes.h
  llvm/include/llvm/CodeGen/GlobalISel/IRTranslator.h
  llvm/include/llvm/IR/IRBuilder.h
  llvm/include/llvm/IR/Instruction.def
  llvm/include/llvm/IR/Operator.h
  llvm/include/llvm/IR/PatternMatch.h
  llvm/lib/AsmParser/LLLexer.cpp
  llvm/lib/AsmParser/LLParser.cpp
  llvm/lib/AsmParser/LLToken.h
  llvm/lib/Bitcode/Reader/BitcodeReader.cpp
  llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
  llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
  llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
  llvm/lib/CodeGen/TargetLoweringBase.cpp
  llvm/lib/IR/ConstantFold.cpp
  llvm/lib/IR/Core.cpp
  llvm/lib/IR/Instruction.cpp
  llvm/lib/IR/Instructions.cpp
  llvm/lib/IR/Verifier.cpp
  llvm/test/Bindings/OCaml/core.ml
  llvm/test/Bindings/llvm-c/freeze.ll
  llvm/test/Bitcode/compatibility.ll
  llvm/test/Transforms/MergeFunc/inline-asm.ll
  llvm/tools/llvm-c-test/echo.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D29011.227822.patch
Type: text/x-patch
Size: 29295 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191105/729fb883/attachment.bin>


More information about the llvm-commits mailing list