The alignment is never 0 since getAlign() returns 1 << bits.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Differential D115388
[NFC][Verifier] Remove checks for atomic loads/stores that alignment is non-zero ClosedPublic Authored by aeubanks on Dec 8 2021, 1:05 PM.
Details Summary The alignment is never 0 since getAlign() returns 1 << bits.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Dec 8 2021, 6:15 PM Closed by commit rGcd11312607f8: [NFC][Verifier] Remove checks for atomic loads/stores that alignment is non-zero (authored by aeubanks). · Explain WhyDec 8 2021, 11:20 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 393042 llvm/lib/IR/Verifier.cpp
|