[all-commits] [llvm/llvm-project] 8c681f: [Matrix] Mark matrix memory intrinsics as argmemon...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Tue Feb 4 04:34:11 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 8c681f5e4706d3d2980f19f08dd0d4c40496a8d5
https://github.com/llvm/llvm-project/commit/8c681f5e4706d3d2980f19f08dd0d4c40496a8d5
Author: Florian Hahn <flo at fhahn.com>
Date: 2020-02-04 (Tue, 04 Feb 2020)
Changed paths:
M llvm/include/llvm/IR/Intrinsics.td
M llvm/test/Transforms/LowerMatrixIntrinsics/strided-load-double.ll
M llvm/test/Transforms/LowerMatrixIntrinsics/strided-store-double.ll
Log Message:
-----------
[Matrix] Mark matrix memory intrinsics as argmemonly/write|read mem.
matrix.columnwise.load and matrix.columnwise.store only access memory
through the argument pointers. Also matrix.columnwise.store only writes
memory.
More information about the All-commits
mailing list