[PATCH] D81498: [Matrix] Preserve volatile when loading loads/stores.

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 9 13:14:32 PDT 2020


fhahn created this revision.
fhahn added reviewers: anemet, Gerolf, hfinkel, andrew.w.kaylor, LuoYuanke, nicolasvasilache.
Herald added subscribers: tschuett, hiraditya.
Herald added a project: LLVM.

Currently the matrix lowering turns volatile loads/stores into
non-volatile ones. This patch updates the lowering to preserve the
volatile bit.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D81498

Files:
  llvm/lib/Transforms/Scalar/LowerMatrixIntrinsics.cpp
  llvm/test/Transforms/LowerMatrixIntrinsics/load-align-volatile.ll
  llvm/test/Transforms/LowerMatrixIntrinsics/store-align-volatile.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D81498.269640.patch
Type: text/x-patch
Size: 13982 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200609/8f1079f0/attachment-0001.bin>


More information about the llvm-commits mailing list