Constant folding of extractelement with out-of-bound index produces undef also for indexes bigger than 64bit (instead of crash assert failure as before)
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Side questions: shouldn’t insertelement constant folding produce undefs in case of wrong index (as reference states)?