[Mlir-commits] [mlir] [mlir][spirv] Fix UpdateVCEPass to deduce the correct set of capabilities (PR #151108)

Davide Grohmann llvmlistbot at llvm.org
Tue Jul 29 07:38:49 PDT 2025


================
@@ -168,6 +178,8 @@ void UpdateVCEPass::runOnOperation() {
         return WalkResult::interrupt();
     }
 
+    deducedCapabilities = withImpliedCapabilities(deducedCapabilities);
----------------
davidegrohmann wrote:

Probably not. Let me update the logic to compute the fix point.

https://github.com/llvm/llvm-project/pull/151108


More information about the Mlir-commits mailing list