Revision 92322183dba3591797f8a9713114e55adb0589c6 authored by Steven Johnson on 22 June 2023, 18:20:20 UTC, committed by GitHub on 22 June 2023, 18:20:20 UTC
* Fix RISCV codegen for top-of-tree LLVM

Also add a warning if you try to codegen with older versions of LLVM: many intrinsics have changed in ways that are hard to deal with both ways, and trying to support both would be painful and of dubious value.

* Make LLVM16 work too

* Update CodeGen_RISCV.cpp
1 parent bd42076
Raw File
.clang-format-ignore
# .clang-format-ignore
./bin
./build
./cmake_build
./cmake_build_static
./cmake_build_shared
./distrib
./doc
./include
./lib
# Our tutorials have special formatting: skip them
./tutorial
# hexagon_remote/bin/src is also special
./src/runtime/hexagon_remote/bin/src
# mini_webgpu.h is copied from upstream with some local mods
./src/runtime/mini_webgpu.h
./dependencies/spirv
back to top