[Mlir-commits] [mlir] [mlir][vector] Add `vector.from_elements` op	(PR #95938)
    Diego Caballero 
    llvmlistbot at llvm.org
       
    Tue Jun 18 09:54:58 PDT 2024
    
    
  
================
@@ -1877,6 +1877,39 @@ static Value foldExtractStridedOpFromInsertChain(ExtractOp extractOp) {
   return Value();
 }
 
+static Value foldScalarExtractFromFromElements(ExtractOp extractOp) {
----------------
dcaballe wrote:
Doc with IR example?
https://github.com/llvm/llvm-project/pull/95938
    
    
More information about the Mlir-commits
mailing list