[all-commits] [llvm/llvm-project] 28aa7d: [Local] collectBitParts - early-out from binops. N...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Sat May 15 05:06:48 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 28aa7d378abd97cad8e591dd9e9687cda22b0f37
https://github.com/llvm/llvm-project/commit/28aa7d378abd97cad8e591dd9e9687cda22b0f37
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2021-05-15 (Sat, 15 May 2021)
Changed paths:
M llvm/lib/Transforms/Utils/Local.cpp
Log Message:
-----------
[Local] collectBitParts - early-out from binops. NFCI.
Minor speedup by not bothering to attempt to collect the second operand's bit parts if we already know its failed in the first operand.
More information about the All-commits
mailing list