[all-commits] [llvm/llvm-project] 3894dd: [SparseTensor] Add missing #undef REMUI and DIVUI
Maksim Levental via All-commits
all-commits at lists.llvm.org
Wed Mar 25 22:42:07 PDT 2026
Branch: refs/heads/users/makslevental/undef-remui-divui
Home: https://github.com/llvm/llvm-project
Commit: 3894ddef248515f8e2cc27d17a02e67cdd05ec69
https://github.com/llvm/llvm-project/commit/3894ddef248515f8e2cc27d17a02e67cdd05ec69
Author: makslevental <maksim.levental at gmail.com>
Date: 2026-03-25 (Wed, 25 Mar 2026)
Changed paths:
M mlir/lib/Dialect/SparseTensor/Transforms/Utils/LoopEmitter.cpp
M mlir/lib/Dialect/SparseTensor/Transforms/Utils/SparseTensorIterator.cpp
Log Message:
-----------
[SparseTensor] Add missing #undef REMUI and DIVUI
LoopEmitter.cpp and SparseTensorIterator.cpp define REMUI and DIVUI
macros but the existing #undef block at the end of each file omits
them. This can leak the macros into subsequent translation units in
unity builds.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list