[all-commits] [llvm/llvm-project] 305824: [NFC] Separate bitcode reading for FUNC_CODE_INST_...
Guillaume Chatelet via All-commits
all-commits at lists.llvm.org
Thu Jul 9 21:27:59 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 30582457b47004dec8a78144abc919a13ccbd08c
https://github.com/llvm/llvm-project/commit/30582457b47004dec8a78144abc919a13ccbd08c
Author: Guillaume Chatelet <gchatelet at google.com>
Date: 2020-07-10 (Fri, 10 Jul 2020)
Changed paths:
M llvm/include/llvm/Bitcode/LLVMBitCodes.h
M llvm/lib/Bitcode/Reader/BitcodeReader.cpp
Log Message:
-----------
[NFC] Separate bitcode reading for FUNC_CODE_INST_CMPXCHG(_OLD)
This is preparatory work to unable storing alignment for AtomicCmpXchgInst.
See D83136 for context and bug: https://bugs.llvm.org/show_bug.cgi?id=27168
Differential Revision: https://reviews.llvm.org/D83375
More information about the All-commits
mailing list