[Mlir-commits] [mlir] [mlir][spirv] Add OpTypeSampler and OpSampledImage support (PR #189891)
Igor Wodiany
llvmlistbot at llvm.org
Fri Apr 3 01:19:24 PDT 2026
================
@@ -180,8 +180,7 @@ void Serializer::printValueIDMap(raw_ostream &os) {
os << "\n= Value <id> Map =\n\n";
for (auto valueIDPair : valueIDMap) {
Value val = valueIDPair.first;
- os << " " << val << " "
- << "id = " << valueIDPair.second << ' ';
+ os << " " << val << " " << "id = " << valueIDPair.second << ' ';
----------------
IgWod wrote:
nit: This formatting change seems unrelated.
https://github.com/llvm/llvm-project/pull/189891
More information about the Mlir-commits
mailing list