[PATCH] D21723: [RFC] Enhance synchscope representation

Konstantin Zhuravlyov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 10 15:57:46 PDT 2017


kzhuravl updated this revision to Diff 94752.
kzhuravl added a comment.

- Emit target specific tokens instead of integers in textual representation of llvm ir (similar to calling conventions)
- Add bitcode test

Mehdi, did you have something like this in mind?

Thanks,

- Konstantin


https://reviews.llvm.org/D21723

Files:
  docs/LangRef.rst
  include/llvm/Bitcode/LLVMBitCodes.h
  include/llvm/CodeGen/SelectionDAGNodes.h
  include/llvm/IR/Instructions.h
  include/llvm/IR/SyncScope.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/CodeGen/SelectionDAG/SelectionDAG.cpp
  lib/IR/AsmWriter.cpp
  lib/Target/SystemZ/SystemZISelLowering.cpp
  lib/Target/X86/X86ISelLowering.cpp
  lib/Transforms/Instrumentation/ThreadSanitizer.cpp
  test/Assembler/atomic.ll
  test/Bitcode/atomic-no-syncscope.ll
  test/Bitcode/atomic-no-syncscope.ll.bc

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D21723.94752.patch
Type: text/x-patch
Size: 37827 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170410/e4420ecd/attachment-0001.bin>


More information about the llvm-commits mailing list