[Mlir-commits] [mlir] [MLIR][Transform][Tune] Introduce `transform.tune.alternatives` op (PR #160724)
    Rolf Morel 
    llvmlistbot at llvm.org
       
    Fri Sep 26 12:48:33 PDT 2025
    
    
  
================
----------------
rolfmorel wrote:
Here's the bit of relevant documentation: https://mlir.llvm.org/docs/DefiningDialects/Operations/#optional-groups
The bit about anchors might also be helpful (i.e. an anchor determines whether the group has been committed to, i.e. whether the rest of the parse of the group _must_ succeed for the overall parse to succeed).
https://github.com/llvm/llvm-project/pull/160724
    
    
More information about the Mlir-commits
mailing list