llvm/test/CodeGen/X86/pr48888.ll
0 → 100644
+36
−0
Loading
Revert the change to use APInt::isSignedIntN from 5ff5cf8e. Its clear that the games we were playing to avoid the topological sort aren't working. So just fix it once and for all. Fixes PR48888.