[all-commits] [llvm/llvm-project] e9d97d: [VPlan] Add mayReadOrWriteMemory & friends.
Florian Hahn via All-commits
all-commits at lists.llvm.org
Mon May 24 05:12:58 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e9d97d7d9d904bc075565197b560e8424ac6a0dc
https://github.com/llvm/llvm-project/commit/e9d97d7d9d904bc075565197b560e8424ac6a0dc
Author: Florian Hahn <flo at fhahn.com>
Date: 2021-05-24 (Mon, 24 May 2021)
Changed paths:
M llvm/lib/Transforms/Vectorize/VPlan.cpp
M llvm/lib/Transforms/Vectorize/VPlan.h
M llvm/unittests/Transforms/Vectorize/VPlanTest.cpp
Log Message:
-----------
[VPlan] Add mayReadOrWriteMemory & friends.
This patch adds initial implementation of mayReadOrWriteMemory,
mayReadFromMemory and mayWriteToMemory to VPRecipeBase.
Used by D100258.
More information about the All-commits
mailing list