[all-commits] [llvm/llvm-project] 7a8555: [BasicAA] Don't check whether GEP is sized (NFC)

Nikita Popov via All-commits all-commits at lists.llvm.org
Sun Sep 26 12:22:11 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 7a855596c3a29ba7a9b0cc9bcc820f7f78d07afe
      https://github.com/llvm/llvm-project/commit/7a855596c3a29ba7a9b0cc9bcc820f7f78d07afe
  Author: Nikita Popov <nikita.ppv at gmail.com>
  Date:   2021-09-26 (Sun, 26 Sep 2021)

  Changed paths:
    M llvm/lib/Analysis/BasicAliasAnalysis.cpp

  Log Message:
  -----------
  [BasicAA] Don't check whether GEP is sized (NFC)

GEPs are required to have sized source element type, so we can
just assert that here.




More information about the All-commits mailing list