File tree Expand file tree Collapse file tree 2 files changed +0
-30
lines changed
lib/Optimizer/Dialect/CUF
test/Analysis/AliasAnalysis Expand file tree Collapse file tree 2 files changed +0
-30
lines changed Original file line number Diff line number Diff line change @@ -67,14 +67,6 @@ static llvm::LogicalResult checkCudaAttr(Op op) {
6767
6868llvm::LogicalResult cuf::AllocOp::verify () { return checkCudaAttr (*this ); }
6969
70- // Attach value-scoped MemAlloc to the result value.
71- void cuf::AllocOp::getEffects (
72- llvm::SmallVectorImpl<mlir::MemoryEffects::EffectInstance> &effects) {
73- effects.emplace_back (mlir::MemoryEffects::Allocate::get (),
74- mlir::cast<mlir::OpResult>(getPtr ()),
75- mlir::SideEffects::DefaultResource::get ());
76- }
77-
7870// ===----------------------------------------------------------------------===//
7971// FreeOp
8072// ===----------------------------------------------------------------------===//
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments