Skip to content
Snippets Groups Projects
Commit 0495a6a2 authored by dtc's avatar dtc
Browse files

Add the ability to delay IR1 transforms, giving type and constraint

propagation a chance before transforming to less amiable forms.
A transform may now choose to be delayed by calling delay-transform
giving a reason. The two supported reasons are :optimize to delay
until IR1 optimization has completed, and :constraint to delay until
after constraint propagation.
parent 6b223b43
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment