aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/CompilerInvocation.cpp
diff options
context:
space:
mode:
authorFlorian Hahn <flo@fhahn.com>2024-04-19 09:44:23 +0100
committerGitHub <noreply@github.com>2024-04-19 09:44:23 +0100
commite2a72fa583d9ccec7e996e15ea86f0ceddbfe63c (patch)
tree03286eae11131d1d837e98d29c571e826b16c468 /clang/lib/Frontend/CompilerInvocation.cpp
parent851462fcaa7f6e3301865de84f98be7e872e64b6 (diff)
downloadllvm-e2a72fa583d9ccec7e996e15ea86f0ceddbfe63c.zip
llvm-e2a72fa583d9ccec7e996e15ea86f0ceddbfe63c.tar.gz
llvm-e2a72fa583d9ccec7e996e15ea86f0ceddbfe63c.tar.bz2
[VPlan] Introduce recipes for VP loads and stores. (#87816)
Introduce new subclasses of VPWidenMemoryRecipe for VP (vector-predicated) loads and stores to address multiple TODOs from https://github.com/llvm/llvm-project/pull/76172 Note that the introduction of the new recipes also improves code-gen for VP gather/scatters by removing the redundant header mask. With the new approach, it is not sufficient to look at users of the widened canonical IV to find all uses of the header mask. In some cases, a widened IV is used instead of separately widening the canonical IV. To handle that, first collect all VPValues representing header masks (by looking at users of both the canonical IV and widened inductions that are canonical) and then checking all users (recursively) of those header masks. Depends on https://github.com/llvm/llvm-project/pull/87411. PR: https://github.com/llvm/llvm-project/pull/87816
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions