Make InstSimplify return poison rather than undef for out-of-bounds shifts, as specified by LandRef:
If op2 is (statically or dynamically) equal to or larger than the number of bits in op1, this instruction returns a poison value.
Differential D93998
[InstSimplify] Fold out-of-bounds shift to poison nikic on Jan 3 2021, 12:13 PM. Authored by
Details Make InstSimplify return poison rather than undef for out-of-bounds shifts, as specified by LandRef:
Diff Detail
Event Timeline
|