[PATCH] D135656: [IR] Add nocapture to pointer parameters of masked stores/loads

Benjamin Maxwell via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 13 02:40:48 PDT 2022


benmxwl-arm updated this revision to Diff 467410.
benmxwl-arm added a comment.
Herald added subscribers: zero9178, bzcheeseman, awarzynski, sdasgup3, wenzhicui, wrengr, cota, teijeong, rdzhabarov, tatianashp, msifontes, jurahul, Kayjukh, grosul1, Joonsoo, stephenneuendorffer, liufengdb, aartbik, mgester, arpith-jacob, nicolasvasilache, antiagainst, shauheen, rriddle, mehdi_amini.
Herald added a reviewer: ftynse.
Herald added a reviewer: dcaballe.
Herald added a project: MLIR.

Adds a new test for attributes on the @llvm.masked.load/store intrinsics, along with updates previous tests to reflect the new changes.

The changes to test/Transforms/InstCombine/load-store-masked-constant-array.ll show the improved codegen.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D135656/new/

https://reviews.llvm.org/D135656

Files:
  llvm/include/llvm/IR/Intrinsics.td
  llvm/test/Assembler/masked-load-store-intrinsics-attributes.ll
  llvm/test/Transforms/InstCombine/load-store-masked-constant-array.ll
  mlir/test/Target/LLVMIR/llvmir-intrinsics.mlir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D135656.467410.patch
Type: text/x-patch
Size: 7935 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221013/0e75b6a7/attachment.bin>


More information about the llvm-commits mailing list