[IR] Remove unnecessary uint64_t casts (NFC)
As pointed out by foad, it's not necessary to work on uint64_t here. The values used here fit uint8_t.
Loading
Please sign in to comment
As pointed out by foad, it's not necessary to work on uint64_t here. The values used here fit uint8_t.