Issue |
138691
|
Summary |
[Coverity] Logically dead code in `LoadStoreVectorizer.cpp`
|
Labels |
new issue
|
Assignees |
|
Reporter |
AlexeySachkov
|
In the following code snippet:
https://github.com/llvm/llvm-project/blob/aec39293316049e5944ac281f800efe5e0dcac5f/llvm/lib/Transforms/Vectorize/LoadStoreVectorizer.cpp#L1267-L1285
`Safe` is always true on line 1282 and the code can be simplfied
Reported in [LLVM Coverity project](https://scan.coverity.com/projects/llvm?tab=overview) as CID `1516903`
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs