[all-commits] [llvm/llvm-project] cd1131: [NFC][Verifier] Remove checks for atomic loads/sto...

aeubanks via All-commits all-commits at lists.llvm.org
Wed Dec 8 23:20:34 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: cd11312607f86d53fff1f3de138dba3673366c85
      https://github.com/llvm/llvm-project/commit/cd11312607f86d53fff1f3de138dba3673366c85
  Author: Arthur Eubanks <aeubanks at google.com>
  Date:   2021-12-08 (Wed, 08 Dec 2021)

  Changed paths:
    M llvm/lib/IR/Verifier.cpp

  Log Message:
  -----------
  [NFC][Verifier] Remove checks for atomic loads/stores that alignment is non-zero

The alignment is never 0 since getAlign() returns 1 << bits.

Reviewed By: dexonsmith

Differential Revision: https://reviews.llvm.org/D115388




More information about the All-commits mailing list