-
Notifications
You must be signed in to change notification settings - Fork 236
Convert test functions to IR #422
Copy link
Copy link
Open
Labels
dslxDSLX (domain specific language) implementation / front-endDSLX (domain specific language) implementation / front-endlong-term-enhancementIssues that are sensible enhancements but XLS devs expect may not be addressed in the near-termIssues that are sensible enhancements but XLS devs expect may not be addressed in the near-termtestingTest-infrastructure relatedTest-infrastructure related
Metadata
Metadata
Assignees
Labels
dslxDSLX (domain specific language) implementation / front-endDSLX (domain specific language) implementation / front-endlong-term-enhancementIssues that are sensible enhancements but XLS devs expect may not be addressed in the near-termIssues that are sensible enhancements but XLS devs expect may not be addressed in the near-termtestingTest-infrastructure relatedTest-infrastructure related
Type
Fields
Give feedbackNo fields configured for issues without a type.
Projects
StatusShow more project fields
No status
Currently we skip over test functions when building the IR for a module.
See:
xls/xls/dslx/extract_conversion_order.cc
Line 431 in 24046e4
This creates significant complications:
fail!calls before the JIT.Especially now that we have implicit assertion plumbing as part of IR conversion we should convert test functions to resolve these issues.