When this code was added, an unnecessary assertion slipped in which we
now hit in real code.
Add a test to defend against it firing again.
Differential D111736
[InstCombine][DebugInfo] Remove superflous assertion, add test peterwaller-arm on Oct 13 2021, 8:46 AM. Authored by
Details When this code was added, an unnecessary assertion slipped in which we Add a test to defend against it firing again.
Diff Detail
Event Timeline
Comment Actions
Comment Actions I erroneously submitted an old version of this patch. Correction in ee7ca88a3ec55a3cd8a81ce54beba12f6b047857. |
Would it invalid the test if this is changed to ret float %b ?