Skip to content

Commit 5edbbd5

Browse files
committed
Add comments
1 parent a0f13d1 commit 5edbbd5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm/lib/SYCLLowerIR/ESIMD/LowerESIMD.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1943,6 +1943,7 @@ static void fixFunctionReadWriteAttributes(Module &M) {
19431943

19441944
PreservedAnalyses SYCLLowerESIMDPass::run(Module &M,
19451945
ModuleAnalysisManager &MAM) {
1946+
// Check validity of slm_init calls.
19461947
checkSLMInit(M);
19471948
// AlwaysInlinerPass is required for correctness.
19481949
bool ForceInline = prepareForAlwaysInliner(M);

0 commit comments

Comments
 (0)