[llvm] [clang] [compiler-rt] [clang-tools-extra] [AMDGPU] Avoid hitting AMDGPUAsmPrinter related asserts for local functions at O0 (PR #72129)
Krzysztof Drewniak via cfe-commits
cfe-commits at lists.llvm.org
Fri Jan 12 14:55:48 PST 2024
krzysz00 wrote:
As a somewhat naive question, what would it take to turn off requiring codegen to be in SCC order? We seem to be the only target doing that. The comments on that line say something about function calls and noinline
https://github.com/llvm/llvm-project/pull/72129
More information about the cfe-commits
mailing list