[PATCH] Fix assertion failure caused by InlineCost when ptrtoint int size is larger than the pointer size

Chandler Carruth chandlerc at gmail.com
Thu Aug 8 00:36:47 PDT 2013


  I don't think this is the correct fix. Your original message indicates there something wrong with tracking a base and offset through an integer that happens to be wider than necessary for the pointer value? Hard to know for sure what you're hitting without more info... But if so, we should fix that rather than tracking fewer cases through here.

http://llvm-reviews.chandlerc.com/D1114



More information about the llvm-commits mailing list