aboutsummaryrefslogtreecommitdiff
path: root/llvm/unittests/Support/TargetParserTest.cpp
diff options
context:
space:
mode:
authorNikita Popov <npopov@redhat.com>2022-09-01 16:51:00 +0200
committerNikita Popov <npopov@redhat.com>2022-09-22 11:15:20 +0200
commitab25ea6d357e0446bc53cbc6a7372fc79f24740d (patch)
treeba89fb5749099348377421cb8ff1cda5861e33f8 /llvm/unittests/Support/TargetParserTest.cpp
parentcc61c822e05c51e494c50d1e72f963750116ef08 (diff)
downloadllvm-ab25ea6d357e0446bc53cbc6a7372fc79f24740d.zip
llvm-ab25ea6d357e0446bc53cbc6a7372fc79f24740d.tar.gz
llvm-ab25ea6d357e0446bc53cbc6a7372fc79f24740d.tar.bz2
[AA] Model operand bundles more precisely
Based on D130896, we can model operand bundles more precisely. In addition to the baseline ModRefBehavior, a reading/clobbering operand bundle may also read/write all locations. For example, a memcpy with deopt bundle can read any memory, but only write argument memory. This means that getModRefInfo() for memcpy with a pointer that does not alias the arguments results in Ref, rather than ModRef, without the need to implement any special handling. Differential Revision: https://reviews.llvm.org/D130980
Diffstat (limited to 'llvm/unittests/Support/TargetParserTest.cpp')
0 files changed, 0 insertions, 0 deletions