Don't report 'Use #pragma loop distribute(enable) to allow loop
distribution' when we already add #pragma clang loop distribute(enable)
Details
Details
Diff Detail
Diff Detail
Event Timeline
llvm/test/Transforms/LoopVectorize/pr64637.ll | ||
---|---|---|
2 | As the change is in LoopAccessAnalysis only, can this just be a test running LoopAccessAnalysis (as in llvm/test/Analysis/LoopAccessAnalysis/)? |
Comment Actions
address comment, replace the case under llvm/test/Analysis/LoopAccessAnalysis and run with LoopAccessAnalysis only
llvm/test/Transforms/LoopVectorize/pr64637.ll | ||
---|---|---|
2 | Done, thanks for your suggestion |
Comment Actions
this was re-submitted as a github PR: https://github.com/llvm/llvm-project/pull/65832
As the change is in LoopAccessAnalysis only, can this just be a test running LoopAccessAnalysis (as in llvm/test/Analysis/LoopAccessAnalysis/)?