[all-commits] [llvm/llvm-project] f01497: [Attributor][NFC] Cleanup some AAMemoryLocation code
Johannes Doerfert via All-commits
all-commits at lists.llvm.org
Tue May 5 21:17:31 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: f01497244667d82a1d32b7e0c7b3059e7eeed995
https://github.com/llvm/llvm-project/commit/f01497244667d82a1d32b7e0c7b3059e7eeed995
Author: Johannes Doerfert <johannes at jdoerfert.de>
Date: 2020-05-05 (Tue, 05 May 2020)
Changed paths:
M llvm/lib/Transforms/IPO/AttributorAttributes.cpp
Log Message:
-----------
[Attributor][NFC] Cleanup some AAMemoryLocation code
This is the first step to resolve a TODO in AAMemoryLocation and to fix
a bug we have when handling `byval` arguments of `readnone` call sites.
No functional change intended.
More information about the All-commits
mailing list