================ @@ -0,0 +1,47 @@ +; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 5 +; RUN: llc -mtriple=riscv64-unknown-elf -verify-machineinstrs < %s \ +; RUN: | FileCheck %s + +define void @foo(i64 %t) sspstrong { ---------------- jrtc27 wrote:
No as in I would suggest adding it so that you don't get CFI being tested. uwtable was what was removed (which _forces_ unwind info to be emitted), but because this function calls `@baz`, which might throw an exception, it still ends up emitting unwind info, unless you add `nounwind` here to tell it that it can assume it's not needed. https://github.com/llvm/llvm-project/pull/108942 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits