[all-commits] [llvm/llvm-project] 44b496: [AArch64][GlobalISel] Remove duplicate attribute l...
AE via All-commits
all-commits at lists.llvm.org
Thu Jan 23 15:50:17 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 44b496758f177df2655b6adf88173e552aacec05
https://github.com/llvm/llvm-project/commit/44b496758f177df2655b6adf88173e552aacec05
Author: Amara Emerson <aemerson at apple.com>
Date: 2020-01-23 (Thu, 23 Jan 2020)
Changed paths:
M llvm/lib/Target/AArch64/AArch64InstructionSelector.cpp
Log Message:
-----------
[AArch64][GlobalISel] Remove duplicate attribute lookup code that was supposed to be cached. NFC.
When I cached this a long time ago it seems I forgot to remove the locally
declared variable of the same name in select(), so the caching wasn't having
any compile time benefit. Doh.
More information about the All-commits
mailing list