[all-commits] [llvm/llvm-project] 1dbeb6: [SLP] Avoid unnecessary getIncomingValueForBlock()...
Nikita Popov via All-commits
all-commits at lists.llvm.org
Thu Mar 17 04:25:27 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1dbeb64493c4d3b21c4e173c3915d127405a1cf1
https://github.com/llvm/llvm-project/commit/1dbeb64493c4d3b21c4e173c3915d127405a1cf1
Author: Nikita Popov <npopov at redhat.com>
Date: 2022-03-17 (Thu, 17 Mar 2022)
Changed paths:
M llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
Log Message:
-----------
[SLP] Avoid unnecessary getIncomingValueForBlock() call (NFC)
This code just wants to check all incoming values, we don't care
care what the incoming block is here.
More information about the All-commits
mailing list