Ensure \A_SIGNED is never used with $shiftx
authorXiretza <xiretza@xiretza.xyz>
Fri, 3 Jul 2020 11:13:21 +0000 (13:13 +0200)
committerMarcelina Koƛcielnicka <mwk@0x04.net>
Tue, 18 Aug 2020 17:36:24 +0000 (19:36 +0200)
commit916028906ab8b74db835e4857fa21580be353f85
tree8c9e2c2272a0e6670de3a69a25c49f74ef4e6daf
parent928fd40c2ebc8b83b76c02d80d751d2531341d9d
Ensure \A_SIGNED is never used with $shiftx

It has no effect on the output ($shiftx doesn't perform any sign
extension whatsoever), so an attempt to use it should be caught early.
kernel/rtlil.cc
passes/tests/test_cell.cc