Meghana Gupta
|
aa01b2ad06
|
Add a new semantics attribute to disable SIL verification on a function
This provides a way to disable verification per function instead of the entire module.
|
2025-05-15 14:30:28 -07:00 |
|
Andrew Trick
|
6898e33edd
|
[NFC] fix a dropUnusedArguments parameter name
|
2025-04-07 14:42:10 -07:00 |
|
Erik Eckstein
|
e18bedaa87
|
CastOptimizer: pass the SIL function to the cast-classify APIs, instead of the module decl
NFC
|
2025-04-05 09:00:30 +02:00 |
|
Erik Eckstein
|
cf8c8561ca
|
Optimizer: move optimizer bridging code from PassManager.cpp into its own file.
The bridging code was in PassManager.cpp only for historical reasons.
It's now in OptimizerBridging.cpp.
NFC
|
2025-03-19 09:28:53 +01:00 |
|