[clang] [llvm] [RISCV] Remove experimental from Zicfilp and Zicfiss (PR #157015)

Jim Lin via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 9 18:06:24 PDT 2025


tclin914 wrote:

> Paging some things back into my head (sorry, I was on vacation). The codegen for shadow stack and landing pads is guarded by a different feature, right? These just control whether the underlying instructions are supported?
> 
> If so, this seems fine to me.

I think this change here just removing experimental from Zicfilp and Zicfiss. If I understand correctly, the codegen for shadow stack and landing pads is still affected by these features.

https://github.com/llvm/llvm-project/pull/157015


More information about the llvm-commits mailing list