[Mlir-commits] [mlir] [mlir][spirv] Fix UpdateVCEPass pass to deduce the correct version (PR #151192)

Mohammadreza Ameri Mahabadian llvmlistbot at llvm.org
Wed Jul 30 01:03:16 PDT 2025


================
@@ -174,6 +174,22 @@ void UpdateVCEPass::runOnOperation() {
   if (walkResult.wasInterrupted())
     return signalPassFailure();
 
+  // Update min version requirement for capabilities after deducing them
+  for (auto &cap : deducedCapabilities) {
----------------
mahabadm wrote:

Done.

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


More information about the Mlir-commits mailing list