Files
clang-p2996/llvm/lib/Transforms/IPO/AttributorAttributes.cpp
Johannes Doerfert d037b237de [Attributor] Teach AAMemoryLocation about constant GPU memory
AS(4), when targeting GPUs, is constant. Accesses to constant memory are
(historically) not treated as "memory accesses", hence we should deduce
`memory(none)` for those.
2023-05-18 13:27:43 -07:00

445 KiB