[clang] [llvm] Delegate __builtin_setjmp SP and FP save to the backend on all targets (PR #186843)
Matt Arsenault via cfe-commits
cfe-commits at lists.llvm.org
Mon Apr 6 08:59:59 PDT 2026
================
----------------
arsenm wrote:
```suggestion
BuildMI(*MBB, MI, DL, TII->get(VE::STrii))
.addReg(BufReg);
.addImm(0);
.addImm(16);
.addReg(VE::SX11);
.setMemRefs(MMOs);
```
https://github.com/llvm/llvm-project/pull/186843
More information about the cfe-commits
mailing list