[all-commits] [llvm/llvm-project] 46cb7e: [LoopDist] Update the pragma info of loop distribu...
Allen via All-commits
all-commits at lists.llvm.org
Sat Oct 28 02:47:59 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 46cb7e4eeae3a3d64d2d6ba82a6309162bbb9808
https://github.com/llvm/llvm-project/commit/46cb7e4eeae3a3d64d2d6ba82a6309162bbb9808
Author: Allen <zhongyunde at huawei.com>
Date: 2023-10-28 (Sat, 28 Oct 2023)
Changed paths:
M flang/test/Driver/optimization-remark.f90
M llvm/lib/Analysis/LoopAccessAnalysis.cpp
M llvm/lib/Transforms/Scalar/LoopDistribute.cpp
M llvm/test/Analysis/LoopAccessAnalysis/pointer-phis.ll
M llvm/test/Transforms/LoopVectorize/diag-with-hotness-info-2.ll
M llvm/test/Transforms/LoopVectorize/memory-dep-remarks.ll
M llvm/test/Transforms/LoopVectorize/unsafe-dep-remark.ll
Log Message:
-----------
[LoopDist] Update the pragma info of loop distribute, NFC (#69825)
Base on D19403, the exact pragma of distribute is
`#pragma clang loop distribute`
More information about the All-commits
mailing list