Jason Eckhardt f676e84bba
[TableGen] Fix operand constraint checking problem. (#85859)
Currently operand constraint checks on "$dest = $src" are inadvertently
accepting any token that contains "=". This has surprising results, e.g,
"$dest != $src" is accepted as a constraint but then treated as "=".

This patch ensures that only exactly the token "=" is accepted.
2024-03-20 13:32:38 -05:00
..
2024-03-06 12:07:41 -06:00
2024-03-06 12:07:41 -06:00
2023-10-19 09:26:36 +02:00
2021-04-28 09:51:00 -04:00
2022-10-26 09:16:32 -07:00