Files
clang-p2996/llvm/lib/Target/SystemZ/SystemZInstrInfo.td
Sergei Barannikov 97c3c32372 [TableGen][SystemZ] Correctly check the range of a leaf immediate (#119931)
The "Size >= 32" check probably dates back to when TableGen integers
were 32-bit. Delete it and simplify code by using `isInt`/`isUInt`.
2024-12-14 13:58:23 +03:00

105 KiB