Commit 9ae702c
committed
simplify: revert Float/Long/Bool comparison paths (ARM64 regression)
Bisect confirmed test_container_equality fails on ARM64 with these
paths but passes without. Root cause TBD — likely hardcoded
PrimitiveCompareOp values or Float/Long compare emit issue on aarch64.
Keep only None==None path which is verified on both architectures.1 parent 25c2385 commit 9ae702c
1 file changed
+0
-29
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
163 | 163 | | |
164 | 164 | | |
165 | 165 | | |
166 | | - | |
167 | | - | |
168 | | - | |
169 | | - | |
170 | | - | |
171 | | - | |
172 | | - | |
173 | | - | |
174 | | - | |
175 | | - | |
176 | | - | |
177 | | - | |
178 | | - | |
179 | | - | |
180 | | - | |
181 | | - | |
182 | | - | |
183 | | - | |
184 | | - | |
185 | | - | |
186 | | - | |
187 | | - | |
188 | | - | |
189 | | - | |
190 | | - | |
191 | | - | |
192 | | - | |
193 | | - | |
194 | | - | |
195 | 166 | | |
196 | 167 | | |
197 | 168 | | |
| |||
0 commit comments