[PATCH] D20217: Represent runtime preemption in the IR.

Sean Fertile via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 18 19:06:00 PDT 2017


sfertile updated this revision to Diff 119541.
sfertile added a comment.

1. Updated the bitcode format document.
2. Added Verifier check for dso_local and dllimport storage class on same global value.
3. Updated the comments in BitcodeReader to match the current formats for GlobalVar/Function/GlobalIndirectSymbol.


Repository:
  rL LLVM

https://reviews.llvm.org/D20217

Files:
  docs/BitCodeFormat.rst
  docs/LangRef.rst
  include/llvm/IR/GlobalValue.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/IR/AsmWriter.cpp
  lib/IR/Globals.cpp
  lib/IR/Verifier.cpp
  lib/Target/TargetMachine.cpp
  test/Assembler/dllimport-dsolocal-diag.ll
  test/Assembler/ifunc-dsolocal-daig.ll
  test/Bitcode/dso_location.ll
  test/CodeGen/PowerPC/preemption.ll
  test/CodeGen/X86/darwin-preemption.ll
  test/CodeGen/X86/linux-preemption.ll
  test/CodeGen/X86/win32-preemption.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D20217.119541.patch
Type: text/x-patch
Size: 67008 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171019/83e093da/attachment.bin>


More information about the llvm-commits mailing list