[all-commits] [llvm/llvm-project] b6cead: [MLIR] NFC. Split out code from hasNoInterveningEf...
Uday Bondhugula via All-commits
all-commits at lists.llvm.org
Wed Dec 14 23:59:17 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b6ceadf3b663427f3cc233bbfdb5e35017cabd9e
https://github.com/llvm/llvm-project/commit/b6ceadf3b663427f3cc233bbfdb5e35017cabd9e
Author: Uday Bondhugula <uday at polymagelabs.com>
Date: 2022-12-15 (Thu, 15 Dec 2022)
Changed paths:
M mlir/lib/Dialect/Affine/Utils/Utils.cpp
Log Message:
-----------
[MLIR] NFC. Split out code from hasNoInterveningEffect
The `hasNoInterveningEffect` utility is too long with too deeply nested
logic. Split out a part into a helper. NFC.
Reviewed By: springerm
Differential Revision: https://reviews.llvm.org/D139795
More information about the All-commits
mailing list