This is an archive of the discontinued LLVM Phabricator instance.

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

aeubanks created this revision.Dec 8 2021, 1:05 PM
aeubanks requested review of this revision.Dec 8 2021, 1:06 PM
Herald added a project: Restricted Project. · View Herald TranscriptDec 8 2021, 1:06 PM
dexonsmith accepted this revision.Dec 8 2021, 6:15 PM

Nice! LGTM.

This revision is now accepted and ready to land.Dec 8 2021, 6:15 PM