Joe Groff
|
03eec7da2b
|
Remove redundant SILType::isMoveOnlyNominalType (NFC)
and implement `SILType::isPureMoveOnly` in terms of `Type::isPureMoveOnly`.
|
2023-08-01 14:07:38 -07:00 |
|
Andrew Trick
|
62b0899500
|
[move-only] Disable move-only devirtualization.
It is not needed for correctness and hides most of the deinit related
optimizer bugs.
|
2023-06-06 09:17:53 -07:00 |
|
Andrew Trick
|
0bbd92a446
|
[move-only] Rename MoveOnlyDeinitInsertion
to MoveOnlyDeinitDevirtualization
|
2023-06-06 09:17:53 -07:00 |
|