This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 7ba25f54f9b [InstSimplify] add tests for FP uno/ord with nnan; NFC new 099d4ece4fb [LV] Vectorize loops where non-phi instructions used outside loop new 77028e31e5f [InstSimplify] use isKnownNeverNaN to fold more fcmp ord/uno
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: lib/Analysis/InstructionSimplify.cpp | 12 +- .../Vectorize/LoopVectorizationLegality.cpp | 24 ++- lib/Transforms/Vectorize/LoopVectorize.cpp | 19 +- test/Transforms/InstCombine/known-never-nan.ll | 191 +-------------------- test/Transforms/InstSimplify/known-never-nan.ll | 90 ++-------- test/Transforms/LoopVectorize/no_outside_user.ll | 147 ++++++++++++++++ 6 files changed, 216 insertions(+), 267 deletions(-)