"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "c1b21857a4a493c5099afc1b01556b5df5051490"
Fix a integer overflow in SimplifyCFG's look up table formation logic.
If the width is very large it gets truncated from uint64_t to uint32_t when passed to TD->fitsInLegalInteger. The truncated value can fit in a register. This manifested in massive memory usage or crashes (PR13946). llvm-svn: 164784
Loading
Please register or sign in to comment