[PATCH] D20217: Represent runtime preemption in the IR.
Sean Fertile via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Oct 15 20:47:13 PDT 2017
sfertile updated this revision to Diff 119106.
sfertile added a comment.
add preemption specifier to the alias entry in the LangRef and update the comments in LLParser to add PreemptionSpecifier.
Repository:
rL LLVM
https://reviews.llvm.org/D20217
Files:
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/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.119106.patch
Type: text/x-patch
Size: 61471 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171016/ead42504/attachment.bin>
More information about the llvm-commits
mailing list