Commit f8b0861
[ANALYSIS] Fixing overflow in AxisInfo.cpp. (triton-lang#5821)
UBSan detected that the shift is happening on an int32 variable, but the
shift amount could be larger than what int32 supports.
I believe the change is trivial to require a test, but please advice
accordingly if you think there is an appropriate way to capture this.1 parent a1a6b70 commit f8b0861
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
935 | 935 | | |
936 | 936 | | |
937 | 937 | | |
938 | | - | |
| 938 | + | |
939 | 939 | | |
940 | 940 | | |
941 | 941 | | |
| |||
0 commit comments