This is an archive of the discontinued LLVM Phabricator instance.

[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.
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.

Diff Detail

Event Timeline

gchatelet created this revision.Sep 9 2020, 5:21 AM
Herald added a project: Restricted Project. · View Herald TranscriptSep 9 2020, 5:21 AM
gchatelet requested review of this revision.Sep 9 2020, 5:21 AM
courbet accepted this revision.Sep 9 2020, 6:54 AM
This revision is now accepted and ready to land.Sep 9 2020, 6:54 AM