[PATCH] D143642: [SCEV] Fix SCEV analysis for scalable target types.
Sander de Smalen via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 9 05:41:20 PST 2023
sdesmalen created this revision.
Herald added a subscriber: hiraditya.
Herald added a project: All.
sdesmalen requested review of this revision.
Herald added subscribers: llvm-commits, alextsao1999.
Herald added a project: LLVM.
These scalable opaque target types need to be handled in a similar way to
scalable vector types.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D143642
Files:
llvm/include/llvm/Analysis/ScalarEvolution.h
llvm/lib/Analysis/ScalarEvolution.cpp
llvm/test/Analysis/LoopAccessAnalysis/scalable-target-ext.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D143642.496099.patch
Type: text/x-patch
Size: 4911 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230209/543ba42b/attachment.bin>
More information about the llvm-commits
mailing list