[all-commits] [llvm/llvm-project] 7842e9: [mlir][Vector] Lower `vector.to_elements` to LLVM ...
Diego Caballero via All-commits
all-commits at lists.llvm.org
Thu Jun 26 10:36:29 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7842e9eada2e7b6bdb68aa4add5d29bce242e20a
https://github.com/llvm/llvm-project/commit/7842e9eada2e7b6bdb68aa4add5d29bce242e20a
Author: Diego Caballero <dieg0ca6aller0 at gmail.com>
Date: 2025-06-26 (Thu, 26 Jun 2025)
Changed paths:
M mlir/lib/Conversion/VectorToLLVM/ConvertVectorToLLVM.cpp
M mlir/test/Conversion/VectorToLLVM/vector-to-llvm-interface.mlir
Log Message:
-----------
[mlir][Vector] Lower `vector.to_elements` to LLVM (#145766)
Only elements with at least one use are lowered to `llvm.extractelement`
op.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list