Summary
The compiler-output-regression gate is red on main. The native-region-proof harness reports one failed workload:
"failed_workloads": [ "h1_buffer_alias_negative" ]
##[error]Process completed with exit code 1.
All other workloads (loop_data_dependent, numeric_arrays, raw_numeric_object_fields, scalar_replacement_literals, …) pass.
Scope
Pre-existing on main, surfaced while landing #5016 (PR #5022); that PR is WASM-codegen only and does not touch native codegen, so it is not the cause. This is a native LLVM region/aliasing structural-contract regression in the h1_buffer_alias_negative fixture and needs someone with native-codegen context to bisect which recent change moved the structural report.
Summary
The
compiler-output-regressiongate is red onmain. The native-region-proof harness reports one failed workload:All other workloads (
loop_data_dependent,numeric_arrays,raw_numeric_object_fields,scalar_replacement_literals, …) pass.Scope
Pre-existing on
main, surfaced while landing #5016 (PR #5022); that PR is WASM-codegen only and does not touch native codegen, so it is not the cause. This is a native LLVM region/aliasing structural-contract regression in theh1_buffer_alias_negativefixture and needs someone with native-codegen context to bisect which recent change moved the structural report.