[all-commits] [llvm/llvm-project] 1d33c0: [IR] Add nocapture & nosync to matrix intrinsics.

Florian Hahn via All-commits all-commits at lists.llvm.org
Mon Jun 15 14:08:22 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 1d33c09f220ea9fe2846813bafc46dc5d9394577
      https://github.com/llvm/llvm-project/commit/1d33c09f220ea9fe2846813bafc46dc5d9394577
  Author: Florian Hahn <flo at fhahn.com>
  Date:   2020-06-15 (Mon, 15 Jun 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:
  -----------
  [IR] Add nocapture & nosync to matrix intrinsics.

As suggested in D81472, the load/store intrinsics' pointer arguments can
be marked as nocapture and all matrix intrinsics as nosync.

This also re-flows the intrinsic definitions, to make them a little more
concise.




More information about the All-commits mailing list