[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 10:45:50 PST 2023
paulwalker-arm created this revision.
Herald added a subscriber: hiraditya.
Herald added a project: All.
paulwalker-arm requested review of this revision.
Herald added subscribers: llvm-commits, alextsao1999.
Herald added a project: LLVM.
This work has fallen out from D134648 <https://reviews.llvm.org/D134648> as a requirement to loosen
the "constness" of vscale.
Repository:
rG LLVM Github Monorepo
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.502721.patch
Type: text/x-patch
Size: 13469 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230306/aa850da3/attachment.bin>
More information about the llvm-commits
mailing list