halide / Halide

a language for fast, portable data-parallel computation
https://halide-lang.org
Other
5.91k stars 1.07k forks source link

Replace all use of getPointerTo() with PointerType::get() #8473

Closed steven-johnson closed 1 week ago

steven-johnson commented 1 week ago

LLVM's getPointerTo() is now marked as deprecated and fails to compile on at least some of our build bots; PointerType::get() is the recommended replacement.