Commit b2f0d33
committed
[Vectorize] Migrate away from PointerUnion::dyn_cast (NFC)
Note that PointerUnion::dyn_cast has been soft deprecated in
PointerUnion.h:
// FIXME: Replace the uses of is(), get() and dyn_cast() with
// isa<T>, cast<T> and the llvm::dyn_cast<T>
Literal migration would result in dyn_cast_if_present (see the
definition of PointerUnion::dyn_cast), but this patch uses dyn_cast
because we expect InVectors.front() and P to be nonnull.1 parent f8ef269 commit b2f0d33
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10354 | 10354 | | |
10355 | 10355 | | |
10356 | 10356 | | |
10357 | | - | |
| 10357 | + | |
10358 | 10358 | | |
10359 | 10359 | | |
10360 | 10360 | | |
| |||
10370 | 10370 | | |
10371 | 10371 | | |
10372 | 10372 | | |
10373 | | - | |
| 10373 | + | |
10374 | 10374 | | |
10375 | 10375 | | |
10376 | 10376 | | |
| |||
0 commit comments