[all-commits] [llvm/llvm-project] 98f087: [InstCombine][ConstantFolding] Make ConstantFoldLo...

Peter Waller via All-commits all-commits at lists.llvm.org
Thu Oct 28 05:26:17 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 98f08752f76b80a509037986d620b402c48f5115
      https://github.com/llvm/llvm-project/commit/98f08752f76b80a509037986d620b402c48f5115
  Author: Peter Waller <peter.waller at arm.com>
  Date:   2021-10-28 (Thu, 28 Oct 2021)

  Changed paths:
    M llvm/lib/Analysis/ConstantFolding.cpp
    A llvm/test/Transforms/InstCombine/vscale_load.ll

  Log Message:
  -----------
  [InstCombine][ConstantFolding] Make ConstantFoldLoadThroughBitcast TypeSize-aware

The newly added test previously caused the compiler to fail an
assertion. It looks like a strightforward TypeSize upgrade.

Reviewed By: paulwalker-arm

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




More information about the All-commits mailing list