[Mlir-commits] [mlir] [mlir][Vector] Remove trivial uses of vector.extractelement/vector.insertelement (1/N) (PR #116053)

Diego Caballero llvmlistbot at llvm.org
Wed Nov 13 08:59:10 PST 2024


dcaballe wrote:

Hey, thanks for the cleanup! Have you found any performance differences after the replacement? As I noted somewhere else, one of the reasons this hasn't been done sooner is because `vector.extract/insert` and `vector.extractelement/vector.insertelement` were not on pair in terms of folders/canonicalizations/transformations. There really was a performance difference the last time I looked at this.

We should also leave a bit more time for reviewers before landing. Thanks!

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


More information about the Mlir-commits mailing list