Files
clang-p2996/llvm/test/CodeGen/AVR
Ayke van Laethem 8202a3da3c [AVR] Support most address space casts
All hardware address spaces on AVR can be freely cast between (they keep
the same bit pattern). They just aren't dereferenceable when they're in
a different address space as they really do point to a separate address
space.

This is supported in avr-gcc: https://godbolt.org/z/9Gfvhnhv9

avr-gcc also supports the `__memx` address space which is 24 bits. We
don't support this address space yet but I've added a safeguard just in
case.

Differential Revison: https://reviews.llvm.org/D142107
2023-01-24 18:41:14 +01:00
..
2022-12-23 09:48:06 +08:00
2022-12-23 09:48:06 +08:00