[all-commits] [llvm/llvm-project] 35dd3a: [mlir][SME][nfc] Clarify the usage of insertion gu...
Andrzej Warzyński via All-commits
all-commits at lists.llvm.org
Fri Sep 29 09:34:10 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 35dd3a6475ba968872bda99b70f63b74c4a0535f
https://github.com/llvm/llvm-project/commit/35dd3a6475ba968872bda99b70f63b74c4a0535f
Author: Andrzej Warzyński <andrzej.warzynski at arm.com>
Date: 2023-09-29 (Fri, 29 Sep 2023)
Changed paths:
M mlir/lib/Conversion/VectorToArmSME/VectorToArmSME.cpp
Log Message:
-----------
[mlir][SME][nfc] Clarify the usage of insertion guard (#67668)
Added extra comment that should clarify the need for an insertion guard
when using `getLoopOverTileSlices`. Also removed some redundant calls to
`setInsertionPointAfter` - the insertion guard would overwrite that on
destruction anyway.
More information about the All-commits
mailing list