[all-commits] [llvm/llvm-project] 1edc51: [InstCombine] Explicitly check for scalable TypeSize.

Craig Topper via All-commits all-commits at lists.llvm.org
Mon Oct 24 12:29:32 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1edc51b56a0c27db5561d7bb117918f88c28780a
      https://github.com/llvm/llvm-project/commit/1edc51b56a0c27db5561d7bb117918f88c28780a
  Author: Craig Topper <craig.topper at sifive.com>
  Date:   2022-10-24 (Mon, 24 Oct 2022)

  Changed paths:
    M llvm/lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp
    A llvm/test/Transforms/InstCombine/gep-object-size-less-than-or-equal-typesize.ll

  Log Message:
  -----------
  [InstCombine] Explicitly check for scalable TypeSize.

Instead of assuming it is a fixed size.

Reviewed By: peterwaller-arm

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




More information about the All-commits mailing list