Skip to content
Unverified Commit 4b696895 authored by Momchil Velikov's avatar Momchil Velikov Committed by GitHub
Browse files

[AArch64] Implement spill/fill of predicate pair register classes (#76068)

We are getting ICE with, e.g.
```
#include <arm_sve.h>

 void g();
 svboolx2_t f0(int64_t i, int64_t n) {
     svboolx2_t r = svwhilelt_b16_x2(i, n);
     g();
     return r;
 }
```
parent d82eccc7
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment