[Mlir-commits] [mlir] [mlir][spirv] Fix UpdateVCEPass to deduce the correct set of capabilities (PR #151108)
Igor Wodiany
llvmlistbot at llvm.org
Tue Jul 29 03:46:01 PDT 2025
================
@@ -168,6 +178,8 @@ void UpdateVCEPass::runOnOperation() {
return WalkResult::interrupt();
}
+ deducedCapabilities = withImpliedCapabilities(deducedCapabilities);
----------------
IgWod-IMG wrote:
Does it handle the case when the newly added implied capability can itself imply some other capabilities? Assuming that is something that can actually happen.
https://github.com/llvm/llvm-project/pull/151108
More information about the Mlir-commits
mailing list