GlobalISel: Fix mask computation in lowerInsert
This is supposed to be the high bit index, not the width. Use the wrapping form of getBitsSet and avoid the bitflip.
Loading
Please sign in to comment
This is supposed to be the high bit index, not the width. Use the wrapping form of getBitsSet and avoid the bitflip.