[PATCH] D21723: [RFC] Enhance synchscope representation

Konstantin Zhuravlyov via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 20 23:30:13 PDT 2016


kzhuravl updated this revision to Diff 72008.
kzhuravl marked an inline comment as done.
kzhuravl added a comment.

- Address review feedback
- Switch syncscope from 32 bits to 8 bits
  - 8 bits should be enough for OpenCL in the current approach and in the bitmask approach
  - Plays along nice with packing in MachineMemOperand (https://reviews.llvm.org/D24577)
  - Would there be any objections?


https://reviews.llvm.org/D21723

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D21723.72008.patch
Type: text/x-patch
Size: 38318 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160921/49161b0a/attachment.bin>


More information about the llvm-commits mailing list