[llvm] [mlir] [AMDGPU][MLIR]Add shmem-optimization as an op using transform dialect (PR #81550)
Oleksandr Alex Zinenko via llvm-commits
llvm-commits at lists.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 llvm-commits
mailing list