[all-commits] [llvm/llvm-project] 567d16: [MLIR] Fix build break in X86VectorDialect.cpp
Krzysztof Parzyszek via All-commits
all-commits at lists.llvm.org
Fri Jul 11 04:40:19 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 567d164e5965da22f47099d23aeb544493e84871
https://github.com/llvm/llvm-project/commit/567d164e5965da22f47099d23aeb544493e84871
Author: Krzysztof Parzyszek <Krzysztof.Parzyszek at amd.com>
Date: 2025-07-11 (Fri, 11 Jul 2025)
Changed paths:
M mlir/lib/Dialect/X86Vector/IR/X86VectorDialect.cpp
Log Message:
-----------
[MLIR] Fix build break in X86VectorDialect.cpp
mlir/lib/Dialect/X86Vector/IR/X86VectorDialect.cpp:109:10: error: could not convert ‘intrinsicOprnds’ from ‘SmallVector<[...],3>’ to
‘SmallVector<[...],6>’ 109 | return intrinsicOprnds;
| ^~~~~~~~~~~~~~~
| | | SmallVector<[...],3>
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