[all-commits] [llvm/llvm-project] 76c6a8: [LAA] Improve the output remark for LoopVectorize ...
Allen via All-commits
all-commits at lists.llvm.org
Fri Sep 15 21:51:57 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 76c6a8bd36452bb6d17c650f8cd30c5cd5977bfc
https://github.com/llvm/llvm-project/commit/76c6a8bd36452bb6d17c650f8cd30c5cd5977bfc
Author: Allen <zhongyunde at huawei.com>
Date: 2023-09-16 (Sat, 16 Sep 2023)
Changed paths:
M llvm/lib/Analysis/LoopAccessAnalysis.cpp
A llvm/test/Analysis/LoopAccessAnalysis/pr64637.ll
Log Message:
-----------
[LAA] Improve the output remark for LoopVectorize (#65832)
Don't report 'Use #pragma loop distribute(enable) to allow loop
distribution' when we already add #pragma clang loop distribute(enable)
Fixes https://github.com/llvm/llvm-project/issues/64637
More information about the All-commits
mailing list