[all-commits] [llvm/llvm-project] 0dc0a4: [AAPointerInfo] rearrange code in preparation for ...
Sameer Sahasrabuddhe via All-commits
all-commits at lists.llvm.org
Thu Dec 8 21:28:58 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0dc0a441323d41b4860668f38d290579e0de130c
https://github.com/llvm/llvm-project/commit/0dc0a441323d41b4860668f38d290579e0de130c
Author: Sameer Sahasrabuddhe <sameer.sahasrabuddhe at amd.com>
Date: 2022-12-09 (Fri, 09 Dec 2022)
Changed paths:
M llvm/lib/Transforms/IPO/AttributorAttributes.cpp
Log Message:
-----------
[AAPointerInfo] rearrange code in preparation for further changes
AAPointerInfoFloating::updateImpl
Move the member function definition out of its class before modifying it.
translateAndAddState
Split the function definition into two along the FromCallee boolean argument.
handleAccess
This should only be called when Size is not known. In other cases, replaced
with a direct call to addAccess.
Reviewed By: jdoerfert
Differential Revision: https://reviews.llvm.org/D138645
More information about the All-commits
mailing list