"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "c3ad6e0b1f407e756e2921892170e492674dab00"
Fix some more asserts after r279466.
That commit added a new version of Intrinsic::getName which should only be called when the intrinsic has no overloaded types. There are several debugging paths, such as SDNode::dump which are printing the name of the intrinsic but don't have the overloaded types. These paths should be ok to just print the name instead of crashing. The fix here is ultimately to just add a 'None' second argument as that calls the overload capable getName, which is less efficient, but this is a debugging path anyway, and not perf critical. Thanks to Björn Pettersson for pointing out that there were more crashes. llvm-svn: 279528
Loading
Please register or sign in to comment