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.
Paths
| Differential D87373
[NFC] Separate bitcode reading for FUNC_CODE_INST_CMPXCHG(_OLD) ClosedPublic Authored by gchatelet on Sep 9 2020, 5:21 AM.
Details Summary This is preparatory work to unable storing alignment for AtomicCmpXchgInst. This is the fixed version of D83375, which was submitted and reverted.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Sep 9 2020, 6:54 AM Closed by commit rG5a4a0cfcfb54: [NFC] Separate bitcode reading for FUNC_CODE_INST_CMPXCHG(_OLD) (authored by gchatelet). · Explain WhySep 9 2020, 12:10 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 290791 llvm/include/llvm/Bitcode/LLVMBitCodes.h
llvm/lib/Bitcode/Reader/BitcodeReader.cpp
|