[all-commits] [llvm/llvm-project] 4be3fc: [SLP][NFC]Cleanup up operands of the removed inser...
Andrew V. Tischenko via All-commits
all-commits at lists.llvm.org
Thu Jun 30 17:53:09 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4be3fc35aa8b27494968e9a52eb0afa0672d98e7
https://github.com/llvm/llvm-project/commit/4be3fc35aa8b27494968e9a52eb0afa0672d98e7
Author: Alexey Bataev <a.bataev at outlook.com>
Date: 2022-06-30 (Thu, 30 Jun 2022)
Changed paths:
M llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
Log Message:
-----------
[SLP][NFC]Cleanup up operands of the removed insertelements, NFC.
Replace all operands of the insertelement instruction, replaced by
shuffles, by poisons to avoid false-positive reports about incorrect function.
More information about the All-commits
mailing list