[all-commits] [llvm/llvm-project] c141d1: [VectorCombine] Remove redundant checks (NFC).
Florian Hahn via All-commits
all-commits at lists.llvm.org
Sat Feb 19 13:06:05 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c141d158e5d330c751966ed9814161eadcae086b
https://github.com/llvm/llvm-project/commit/c141d158e5d330c751966ed9814161eadcae086b
Author: Florian Hahn <flo at fhahn.com>
Date: 2022-02-19 (Sat, 19 Feb 2022)
Changed paths:
M llvm/lib/Transforms/Vectorize/VectorCombine.cpp
Log Message:
-----------
[VectorCombine] Remove redundant checks (NFC).
The removed conditions are already checked by the if above.
Fixes #53761.
More information about the All-commits
mailing list