This intrinsic clears the upper bits starting at a specified index. If the index is a constant we can do some simplifications.
This could be in InstSimplify, but we don't handle any target specific intrinsics there today.
Differential D36069
[X86][InstCombine] Add some constant folding for BZHI intrinsics craig.topper on Jul 30 2017, 6:51 PM. Authored by
Details This intrinsic clears the upper bits starting at a specified index. If the index is a constant we can do some simplifications. This could be in InstSimplify, but we don't handle any target specific intrinsics there today.
Diff Detail
Event TimelineComment Actions LGTM with minor comments.
Comment Actions LGTM
|