aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/MachineVerifier.cpp
diff options
context:
space:
mode:
authorFlorian Hahn <flo@fhahn.com>2020-01-16 10:25:29 +0000
committerFlorian Hahn <flo@fhahn.com>2020-01-16 10:35:46 +0000
commit0b21d552620dd593ddc93a93b5e779d5950f4a24 (patch)
treeaa6026f561bb6ce8cc2ee271a34e737d9c30b6de /llvm/lib/CodeGen/MachineVerifier.cpp
parent736a3802124b57490fa1e67538415a2a77fa731c (diff)
downloadllvm-0b21d552620dd593ddc93a93b5e779d5950f4a24.zip
llvm-0b21d552620dd593ddc93a93b5e779d5950f4a24.tar.gz
llvm-0b21d552620dd593ddc93a93b5e779d5950f4a24.tar.bz2
[IR] Mark memset.* intrinsics as IntrWriteMem.
llvm.memset intrinsics do only write memory, but are missing IntrWriteMem, so they doesNotReadMemory() returns false for them. The test change is due to the test checking the fn attribute ids at the call sites, which got bumped up due to a new combination with writeonly appearing in the test file. Reviewers: jdoerfert, reames, efriedma, nlopes, lebedev.ri Reviewed By: jdoerfert Differential Revision: https://reviews.llvm.org/D72789
Diffstat (limited to 'llvm/lib/CodeGen/MachineVerifier.cpp')
0 files changed, 0 insertions, 0 deletions