summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test
diff options
context:
space:
mode:
authorNicolai Haehnle <nhaehnle@gmail.com>2016-04-19 21:58:33 +0000
committerNicolai Haehnle <nhaehnle@gmail.com>2016-04-19 21:58:33 +0000
commitb48275f134a691514a4703ead26c8498a91ba64a (patch)
treee4ef5d4e73ec7602c17cec4b00ebd9cd41068d53 /lldb/packages/Python/lldbsuite/test
parente2dda4f7500b135005f0c71b44ac900c3725c892 (diff)
downloadbcm5719-llvm-b48275f134a691514a4703ead26c8498a91ba64a.tar.gz
bcm5719-llvm-b48275f134a691514a4703ead26c8498a91ba64a.zip
Add IntrWrite[Arg]Mem intrinsic property
Summary: This property is used to mark an intrinsic that only writes to memory, but neither reads from memory nor has other side effects. An example where this is useful is the llvm.amdgcn.buffer.store.format.* intrinsic, which corresponds to a store instruction that goes through a special buffer descriptor rather than through a plain pointer. With this property, the intrinsic should still be handled as having side effects at the LLVM IR level, but machine scheduling can make smarter decisions. Reviewers: tstellarAMD, arsenm, joker.eph, reames Subscribers: arsenm, llvm-commits Differential Revision: http://reviews.llvm.org/D18291 llvm-svn: 266826
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud