diff options
author | David Sherwood <david.sherwood@arm.com> | 2020-12-21 09:05:01 +0000 |
---|---|---|
committer | David Sherwood <david.sherwood@arm.com> | 2020-12-21 09:12:28 +0000 |
commit | 3bf7d47a977d463940f558259d24d43d76d50e6f (patch) | |
tree | 82d6bc634ff6ebc1da1b6640928842c09974897e /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | f6c7ebe76ac5df175050a558e767a68abee07425 (diff) | |
download | llvm-3bf7d47a977d463940f558259d24d43d76d50e6f.zip llvm-3bf7d47a977d463940f558259d24d43d76d50e6f.tar.gz llvm-3bf7d47a977d463940f558259d24d43d76d50e6f.tar.bz2 |
[NFC][InstructionCost] Remove isValid() asserts in SLPVectorizer.cpp
An earlier patch introduced asserts that the InstructionCost is
valid because at that time the ReuseShuffleCost variable was an
unsigned. However, now that the variable is an InstructionCost
instance the asserts can be removed.
See this thread for context:
http://lists.llvm.org/pipermail/llvm-dev/2020-November/146408.html
See this patch for the introduction of the type:
https://reviews.llvm.org/D91174
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions