[all-commits] [llvm/llvm-project] 6de8d7: [BasicAA] Accept AATags by const reference (NFC)
Nikita Popov via All-commits
all-commits at lists.llvm.org
Sun Oct 18 09:19:31 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 6de8d7f1adc82504f2167131e40d3cceec6a6fac
https://github.com/llvm/llvm-project/commit/6de8d7f1adc82504f2167131e40d3cceec6a6fac
Author: Nikita Popov <nikita.ppv at gmail.com>
Date: 2020-10-18 (Sun, 18 Oct 2020)
Changed paths:
M llvm/include/llvm/Analysis/BasicAliasAnalysis.h
M llvm/lib/Analysis/BasicAliasAnalysis.cpp
Log Message:
-----------
[BasicAA] Accept AATags by const reference (NFC)
Rather than swapping the value, the sizes, the AA tags and the
underlying objects multiple times, invoke the helper methods
with swapped arguments.
More information about the All-commits
mailing list