[all-commits] [llvm/llvm-project] ee4bc5: [RISCV] Remove Last Traces of User Interrupts (#12...
Sam Elliott via All-commits
all-commits at lists.llvm.org
Tue Mar 4 11:36:37 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ee4bc5a8ca94e915a40daddd79237bf3b7520bf9
https://github.com/llvm/llvm-project/commit/ee4bc5a8ca94e915a40daddd79237bf3b7520bf9
Author: Sam Elliott <quic_aelliott at quicinc.com>
Date: 2025-03-04 (Tue, 04 Mar 2025)
Changed paths:
M clang/include/clang/Basic/AttrDocs.td
M llvm/lib/Target/RISCV/RISCVISelLowering.cpp
M llvm/test/CodeGen/RISCV/lpad.ll
M llvm/test/CodeGen/RISCV/push-pop-popret.ll
Log Message:
-----------
[RISCV] Remove Last Traces of User Interrupts (#129300)
These were left over from when Craig removed
`__attribute__((interrupt("user")))` support in
05d0caef6081e1a6cb23a5a5afe43dc82e8ca558.
The tests change "interrupt"="user" into "interrupt"="machine" as they
are still intending to be interrupt tests. ISelLowering will now reject
"interrupt"="user". The docs no longer mention "user" as a possible
interrupt attribute argument.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list