[PATCH] D83375: [NFC] Separate bitcode reading for FUNC_CODE_INST_CMPXCHG(_OLD)

Guillaume Chatelet via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 8 02:35:05 PDT 2020


gchatelet created this revision.
gchatelet added a reviewer: courbet.
Herald added subscribers: llvm-commits, jfb, hiraditya.
Herald added a project: LLVM.

This is preparatory work to unable storing alignment for AtomicCmpXchgInst.
See D83136 <https://reviews.llvm.org/D83136> for context and bug: https://bugs.llvm.org/show_bug.cgi?id=27168


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D83375

Files:
  llvm/include/llvm/Bitcode/LLVMBitCodes.h
  llvm/lib/Bitcode/Reader/BitcodeReader.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D83375.276353.patch
Type: text/x-patch
Size: 8009 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200708/df0591ae/attachment.bin>


More information about the llvm-commits mailing list