[PATCH] D145404: [LLVM] Remove support for constant scalable vector GEPs.

Paul Walker via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 6 13:28:15 PST 2023


paulwalker-arm updated this revision to Diff 502777.
paulwalker-arm added a comment.

Restored simplification for case where isSupportedGetElementPtr() is false.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D145404/new/

https://reviews.llvm.org/D145404

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D145404.502777.patch
Type: text/x-patch
Size: 12539 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230306/3ed0546b/attachment.bin>


More information about the llvm-commits mailing list