Home
last modified time | relevance | path

Searched refs:split_i2i3 (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/contrib/gcc-changelog/
H A Dtest_patches.txt1095 === 1699-combine-Fix-split_i2i3-ICE-PR94291.patch ===
1099 Subject: [PATCH 1699/2034] combine: Fix split_i2i3 ICE [PR94291]
1120 but that isn't recognized, so it splits it into two: split_i2i3
1135 * combine.c (try_combine): For split_i2i3, don't assume SET_DEST
/netbsd-src/external/gpl3/gcc.old/dist/contrib/gcc-changelog/
H A Dtest_patches.txt1095 === 1699-combine-Fix-split_i2i3-ICE-PR94291.patch ===
1099 Subject: [PATCH 1699/2034] combine: Fix split_i2i3 ICE [PR94291]
1120 but that isn't recognized, so it splits it into two: split_i2i3
1135 * combine.c (try_combine): For split_i2i3, don't assume SET_DEST
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dcombine.cc2559 int split_i2i3 = 0; in try_combine() local
4072 split_i2i3 = 1; in try_combine()
4233 if (swap_i2i3 || split_i2i3) in try_combine()
H A DChangeLog-201829350 * combine.c (try_combine): New variable split_i2i3. Set it to true if
29352 instructions. Handle split_i2i3 similar to swap_i2i3: scan the
H A DChangeLog-202025538 * combine.c (try_combine): For split_i2i3, don't assume SET_DEST
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dcombine.c2709 int split_i2i3 = 0; in try_combine() local
4175 split_i2i3 = 1; in try_combine()
4349 if (swap_i2i3 || split_i2i3) in try_combine()