[all-commits] [llvm/llvm-project] cd331a: [MLIR][LLVM] Mark read/write behavior of memcpy/me...
William Moses via All-commits
all-commits at lists.llvm.org
Mon Mar 28 10:57:14 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: cd331af06d35fb8469cb7d47eff9527993a5c67b
https://github.com/llvm/llvm-project/commit/cd331af06d35fb8469cb7d47eff9527993a5c67b
Author: William S. Moses <gh at wsmoses.com>
Date: 2022-03-28 (Mon, 28 Mar 2022)
Changed paths:
M mlir/include/mlir/Dialect/LLVMIR/LLVMOps.td
Log Message:
-----------
[MLIR][LLVM] Mark read/write behavior of memcpy/memset/memmove
This commit adds MemWrite (and MemRead, as appropriate) to the arugments of the memset/memcpy/memmove intrinsics within the LLVM dialect
Reviewed By: ftynse
Differential Revision: https://reviews.llvm.org/D122552
More information about the All-commits
mailing list