[all-commits] [llvm/llvm-project] 4dd540: [BasicAA] Add missing inbounds to tests (NFC)

Nikita Popov via All-commits all-commits at lists.llvm.org
Fri Oct 29 10:05:54 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 4dd540d9c89810b5b41d633e136bf02f890113f0
      https://github.com/llvm/llvm-project/commit/4dd540d9c89810b5b41d633e136bf02f890113f0
  Author: Nikita Popov <nikita.ppv at gmail.com>
  Date:   2021-10-29 (Fri, 29 Oct 2021)

  Changed paths:
    M llvm/test/Analysis/BasicAA/returned.ll
    M llvm/test/Analysis/BasicAA/struct-geps.ll

  Log Message:
  -----------
  [BasicAA] Add missing inbounds to tests (NFC)

Add missing inbounds to tests that are not correct without it due
to possibility of offset overflow.

inbounds: https://alive2.llvm.org/ce/z/LC8G9_
w/o inbounds: https://alive2.llvm.org/ce/z/ErrJVW




More information about the All-commits mailing list