[all-commits] [llvm/llvm-project] 5a4a0c: [NFC] Separate bitcode reading for FUNC_CODE_INST_...
Guillaume Chatelet via All-commits
all-commits at lists.llvm.org
Wed Sep 9 12:10:55 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 5a4a0cfcfb54be4a64129ff91d95229b4a7eec75
https://github.com/llvm/llvm-project/commit/5a4a0cfcfb54be4a64129ff91d95229b4a7eec75
Author: Guillaume Chatelet <gchatelet at google.com>
Date: 2020-09-09 (Wed, 09 Sep 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
This is the fixed version of D83375, which was submitted and reverted.
Differential Revision: https://reviews.llvm.org/D87373
More information about the All-commits
mailing list