Commit d681f20
committed
[mlir][Sol] Fix ABI tuple decoding for narrow integer array elements
During ABI tuple decoding of array elements, values narrower
than 256 bits were written to memory without proper extension.
In this case narrow integers are placed in the high bits of
the slot, which is incorrect.
Signed-off-by: Vladimir Radosavljevic <vr@matterlabs.dev>1 parent 3e19f49 commit d681f20
1 file changed
+11
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
858 | 858 | | |
859 | 859 | | |
860 | 860 | | |
861 | | - | |
862 | | - | |
| 861 | + | |
863 | 862 | | |
864 | | - | |
| 863 | + | |
| 864 | + | |
| 865 | + | |
| 866 | + | |
| 867 | + | |
| 868 | + | |
| 869 | + | |
| 870 | + | |
| 871 | + | |
| 872 | + | |
865 | 873 | | |
866 | 874 | | |
867 | 875 | | |
| |||
0 commit comments