[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


================
@@ -95,6 +95,16 @@ static LogicalResult checkAndUpdateCapabilityRequirements(
   return success();
 }
 
+static SetVector<spirv::Capability>
+withImpliedCapabilities(SetVector<spirv::Capability> &caps) {
----------------
IgWod-IMG wrote:

Would it make more sense to name the function `append/addImpliedCapabilities` or something similar?

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


More information about the Mlir-commits mailing list