Files
clang-p2996/llvm/lib/Target/AVR
Kazu Hirata 7e6e636fb6 Use llvm::has_single_bit<uint32_t> (NFC)
This patch replaces isPowerOf2_32 with llvm::has_single_bit<uint32_t>
where the argument is wider than uint32_t.
2023-02-15 22:17:27 -08:00
..

AVR backend

This experimental backend is for the 8-bit Atmel AVR microcontroller.