EDSC printing: handle integer attributes with bitwidth > 64
This came up in post-submit review. Use LLVM's support for outputting APInt values directly instead of obtaining a 64-bit integer value from APInt, which will not work for wider integers. PiperOrigin-RevId: 235531574
Loading
Please sign in to comment