commit | a40b37f909cf1ef8494455f49ed0a15c5d5036c0 | [log] [tgz] |
---|---|---|
author | Simon Pilgrim <llvm-dev@redking.me.uk> | Mon Jul 02 13:41:29 2018 +0000 |
committer | Simon Pilgrim <llvm-dev@redking.me.uk> | Mon Jul 02 13:41:29 2018 +0000 |
tree | 513e2b808dee188d26e9091b16ba6fee71ca4bf9 | |
parent | 736ca3f1bebd5ac4eccc2a9c3415970952e81276 [diff] |
[SLPVectorizer] Remove nullptr early-outs from Instruction::ShuffleVector getEntryCost This code is only used by alternate opcodes so the InstructionsState has already confirmed that every Value is an Instruction, plus we use cast<Instruction> which will assert on failure. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@336102 91177308-0d34-0410-b5e6-96231b3b80d8