https://github.com/halide/Halide
Revision 102c0593a3d3ae4a8ce62290a32bc9ab47b50ed9 authored by Andrew Adams on 08 November 2022, 00:38:44 UTC, committed by GitHub on 08 November 2022, 00:38:44 UTC
* Fix readnone attribute for llvm 16

The readnone flag was changed to memory(none) when applied to functions.
llvm-as dynamically upgrades readnone applied to functions, so our .ll
is fine for now, but there were places in the compiler we were manually
sticking 'readnone' on a function.

Also did a driveby makefile fix to remove some vestigial wasm stuff that
was throwing errors with newer versions of llvm-config

* Revert formatting changes
1 parent 8f8edeb
History
Tip revision: 102c0593a3d3ae4a8ce62290a32bc9ab47b50ed9 authored by Andrew Adams on 08 November 2022, 00:38:44 UTC
Fix readnone attribute for llvm 16 (#7152)
Tip revision: 102c059
File Mode Size
jpeg
llvm
png
spirv
wasm
CMakeLists.txt -rw-r--r-- 825 bytes

back to top