[PATCH] Handle big index in getelementptr instruction

Paweł Bylica chfast at gmail.com
Mon Apr 20 09:43:56 PDT 2015


The fix was applied to generic CodeGen and is target independent. But it looks like the test case revealed bugs in target-specific code for some other targets. It looks like the crashes discovered are similar to the one I fixed - the assumption that GEP index is never bigger than 64 bit.

I can take a deeper look at that if you want.


REPOSITORY
  rL LLVM

http://reviews.llvm.org/D8219

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/






More information about the llvm-commits mailing list