[Mlir-commits] [llvm] [mlir] [AMDGPU][MLIR]Add shmem-optimization as an op using transform dialect (PR #81550)
Oleksandr Alex Zinenko
llvmlistbot at llvm.org
Wed Feb 14 01:49:55 PST 2024
================
@@ -1,3 +1,4 @@
add_subdirectory(IR)
-add_subdirectory(Transforms)
add_subdirectory(Utils)
+add_subdirectory(TransformOps)
+add_subdirectory(Transforms)
----------------
ftynse wrote:
These were supposed to be alphabetically sorted.
https://github.com/llvm/llvm-project/pull/81550
More information about the Mlir-commits
mailing list