[all-commits] [llvm/llvm-project] fd8bc3: [mlir][Vector][NFC] Run `extractInsertFoldConstant...
Diego Caballero via All-commits
all-commits at lists.llvm.org
Wed May 21 13:57:22 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: fd8bc37b45867cb345982d05a46345e514813ccb
https://github.com/llvm/llvm-project/commit/fd8bc37b45867cb345982d05a46345e514813ccb
Author: Diego Caballero <dieg0ca6aller0 at gmail.com>
Date: 2025-05-21 (Wed, 21 May 2025)
Changed paths:
M mlir/lib/Dialect/Vector/IR/VectorOps.cpp
Log Message:
-----------
[mlir][Vector][NFC] Run `extractInsertFoldConstantOp` earlier in the folder (#140814)
This PR moves `extractInsertFoldConstantOp` earlier in the folder lists
of `vector.extract` and `vector.insert`. Many folders require having
non-dynamic indices so `extractInsertFoldConstantOp` is a requirement
for them to trigger.
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