[all-commits] [llvm/llvm-project] 334e37: [MLIR][Memref] Remove unnecessary #include
John Demme via All-commits
all-commits at lists.llvm.org
Thu May 11 19:49:41 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 334e3776d4b8ee8a87afe75e0768b440843f7be6
https://github.com/llvm/llvm-project/commit/334e3776d4b8ee8a87afe75e0768b440843f7be6
Author: John Demme <john.demme at microsoft.com>
Date: 2023-05-12 (Fri, 12 May 2023)
Changed paths:
M mlir/lib/Dialect/MemRef/IR/MemRefMem2Reg.cpp
Log Message:
-----------
[MLIR][Memref] Remove unnecessary #include
MemRefMem2Ref was unnecessarily including a header from Complex and not
including it as a cmake dep (causing some builds to fail).
More information about the All-commits
mailing list