[PATCH] D11861: [IR] Add token types

David Majnemer via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 10 14:53:45 PDT 2015


majnemer updated this revision to Diff 31731.
majnemer added a comment.

- Let functions return tokens
- Only allow intrinsics to return/pass tokens around


http://reviews.llvm.org/D11861

Files:
  docs/LangRef.rst
  include/llvm-c/Core.h
  include/llvm/Bitcode/LLVMBitCodes.h
  include/llvm/IR/Type.h
  lib/Analysis/CodeMetrics.cpp
  lib/Analysis/LoopInfo.cpp
  lib/AsmParser/LLLexer.cpp
  lib/Bitcode/Reader/BitcodeReader.cpp
  lib/Bitcode/Writer/BitcodeWriter.cpp
  lib/IR/AsmWriter.cpp
  lib/IR/Core.cpp
  lib/IR/Instructions.cpp
  lib/IR/LLVMContextImpl.cpp
  lib/IR/LLVMContextImpl.h
  lib/IR/Type.cpp
  lib/IR/Verifier.cpp
  lib/Target/CppBackend/CPPBackend.cpp
  lib/Transforms/IPO/MergeFunctions.cpp
  lib/Transforms/Scalar/JumpThreading.cpp
  lib/Transforms/Utils/InlineFunction.cpp
  lib/Transforms/Utils/SimplifyCFG.cpp
  test/Assembler/token.ll
  test/Verifier/token1.ll
  test/Verifier/token2.ll
  test/Verifier/token3.ll
  test/Verifier/token4.ll
  test/Verifier/token5.ll
  test/Verifier/token6.ll
  test/Verifier/token7.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D11861.31731.patch
Type: text/x-patch
Size: 19116 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150810/50dd2920/attachment.bin>


More information about the llvm-commits mailing list