diff options
| author | Nikita Popov <npopov@redhat.com> | 2022-09-01 16:51:00 +0200 | 
|---|---|---|
| committer | Nikita Popov <npopov@redhat.com> | 2022-09-22 11:15:20 +0200 | 
| commit | ab25ea6d357e0446bc53cbc6a7372fc79f24740d (patch) | |
| tree | ba89fb5749099348377421cb8ff1cda5861e33f8 /llvm/unittests/Support/TargetParserTest.cpp | |
| parent | cc61c822e05c51e494c50d1e72f963750116ef08 (diff) | |
| download | llvm-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
