[all-commits] [llvm/llvm-project] 62e46f: [LLVM] Remove support for constant scalable vector...

paulwalker-arm via All-commits all-commits at lists.llvm.org
Tue Mar 14 09:51:21 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 62e46f262158e2a6ea9c1c458f52633bb40a8590
      https://github.com/llvm/llvm-project/commit/62e46f262158e2a6ea9c1c458f52633bb40a8590
  Author: Paul Walker <paul.walker at arm.com>
  Date:   2023-03-14 (Tue, 14 Mar 2023)

  Changed paths:
    M llvm/include/llvm/Analysis/TargetFolder.h
    M llvm/include/llvm/IR/ConstantFolder.h
    M llvm/include/llvm/IR/Constants.h
    M llvm/lib/Analysis/ConstantFolding.cpp
    M llvm/lib/Analysis/InstructionSimplify.cpp
    M llvm/lib/Bitcode/Reader/BitcodeReader.cpp
    M llvm/lib/IR/Constants.cpp
    M llvm/test/Bitcode/constexpr-scalable-vector-gep.ll
    M llvm/test/CodeGen/AArch64/sve-vscale.ll
    M llvm/test/Transforms/InstSimplify/ConstProp/vscale-inseltpoison.ll
    M llvm/test/Transforms/InstSimplify/ConstProp/vscale.ll
    M llvm/test/Transforms/InstSimplify/vscale-inseltpoison.ll
    M llvm/test/Transforms/InstSimplify/vscale.ll

  Log Message:
  -----------
  [LLVM] Remove support for constant scalable vector GEPs.

This work has fallen out from D134648 as a requirement to loosen
the "constness" of vscale.

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




More information about the All-commits mailing list