[PATCH] D29011: [IR] Add Freeze instruction

Juneyoung Lee via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 21 00:20:31 PDT 2019


aqjune updated this revision to Diff 225825.
aqjune edited the summary of this revision.
aqjune added a comment.
Herald added a reviewer: whitequark.

Sorry, I've been busy recently.

`make check-llvm-bindings-ocaml` wasn't raising error, but I added tests for freeze to core.ml because it is good to have the tests.

BTW, `make check` raises an error at `test/Transforms/MergeFunc/inline-asm.ll` because the output has function definitions reordered - what is the best way to resolve this? I attached the input/output .ll files. F10353101: inline-asm.tar.gz <https://reviews.llvm.org/F10353101>


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/Operator.h
  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/OCaml/core.ml
  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.225825.patch
Type: text/x-patch
Size: 27061 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191021/34840204/attachment-0001.bin>


More information about the llvm-commits mailing list