[all-commits] [llvm/llvm-project] bed311: [FuncAttrs] Extract code for adding a location acc...
Nikita Popov via All-commits
all-commits at lists.llvm.org
Thu Oct 20 03:03:48 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: bed31153b7354b27e7b5cc2bf29647c4ee8418e9
https://github.com/llvm/llvm-project/commit/bed31153b7354b27e7b5cc2bf29647c4ee8418e9
Author: Nikita Popov <npopov at redhat.com>
Date: 2022-10-20 (Thu, 20 Oct 2022)
Changed paths:
M llvm/lib/Transforms/IPO/FunctionAttrs.cpp
Log Message:
-----------
[FuncAttrs] Extract code for adding a location access (NFC)
This code is the same for accesses from call arguments and for
accesses from other (single-location) instructions. Extract i
into a common function.
More information about the All-commits
mailing list