These operators are an remnant of former times and do not have an equivalent in LLVM. The operators we support in JLM should be as closely align with LLVM as possible to ease understanding. Moreover, these operators also cause issue with casting operations as exemplified by PR #1577 and #1585.
Thus, we should remove these operators and allow vector types as operands for unary/binary operations.
These operators are an remnant of former times and do not have an equivalent in LLVM. The operators we support in JLM should be as closely align with LLVM as possible to ease understanding. Moreover, these operators also cause issue with casting operations as exemplified by PR #1577 and #1585.
Thus, we should remove these operators and allow vector types as operands for unary/binary operations.