[all-commits] [llvm/llvm-project] b2f7ce: [NFC] Simpler and faster key computation for getSu...
serge-sans-paille via All-commits
all-commits at lists.llvm.org
Mon Mar 22 02:03:19 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b2f7ce91a644e3185eb1beb796b5cf4410378c70
https://github.com/llvm/llvm-project/commit/b2f7ce91a644e3185eb1beb796b5cf4410378c70
Author: serge-sans-paille <sguelton at redhat.com>
Date: 2021-03-22 (Mon, 22 Mar 2021)
Changed paths:
M llvm/lib/Target/X86/X86TargetMachine.cpp
Log Message:
-----------
[NFC] Simpler and faster key computation for getSubtargetImpl memoization
There's no use in computing a large key that's only used for a memoization
optimization.
More information about the All-commits
mailing list