"llvm/lib/Target/PowerPC/PPCSubtarget.h" did not exist on "351817b1f9d0563ff573555eed6352aaebc77b29"
Fix 2005-05-12-Int64ToFP
The issue is there is no unsigned -> double conversion, only signed. So I need to test the sign and do a different thing depending on it. Ideally this should be in a different BB, but in the mean time, I use a branch free method. llvm-svn: 22177
Loading
Please register or sign in to comment