Erik Eckstein
|
ed54253d29
|
SIL Optimizer: remove legacy C++ passes
They were used as a backup during the transition to Swift passes. Now they are not needed anymore.
|
2022-10-20 18:31:06 +02:00 |
|
Joe Groff
|
cf209ffa76
|
Relax test/SILOptimizer/optimize_keypath_objc.swift to pass on 32-bit release stdlib
|
2020-05-14 14:44:52 -07:00 |
|
Arnold Schwaighofer
|
09afc1429d
|
Disable test on non-x86_64
It currently fails on i386 simulator bots.
rdar://63019134
|
2020-05-08 06:28:20 -07:00 |
|
Joe Groff
|
c5863ac0f3
|
SILOptimizer: Constant fold the _kvcKeyPathString of literal key paths.
Eliminate the intermediate key path object when a literal key path is passed to a function that
just wants its KVC string to pass down to an ObjC API.
|
2020-05-07 13:33:01 -07:00 |
|