You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
330 B
12 lines
330 B
Regression test for art::PrepareForRegisterAllocation, which replaces
|
|
|
|
ArraySet[array, index, BoundType[NullConstant]]
|
|
|
|
with
|
|
|
|
ArraySet[array, index, NullConstant]
|
|
|
|
but used to forget to remove the "need for a type check" bit in the
|
|
ArraySet, thus failing "!may_need_runtime_call_for_type_check"
|
|
assertions in code generators.
|