[all-commits] [llvm/llvm-project] 7ddd3d: [polly][NFC] Refactor reduction detection code for...
Karthika Devi C via All-commits
all-commits at lists.llvm.org
Thu Dec 7 14:05:06 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7ddd3d776402f9cc7d5f13b5940ba38a285223c2
https://github.com/llvm/llvm-project/commit/7ddd3d776402f9cc7d5f13b5940ba38a285223c2
Author: Karthika Devi C <quic_kartc at quicinc.com>
Date: 2023-12-07 (Thu, 07 Dec 2023)
Changed paths:
M polly/lib/Analysis/ScopBuilder.cpp
Log Message:
-----------
[polly][NFC] Refactor reduction detection code for modularity (#72343)
This patch pulls out the memory checks from the base reduction detection
algorithm. This is the first one in the reduction patch series, to
reduce the difference in future patches.
More information about the All-commits
mailing list