[PATCH] D149308: [RISCV] Remove the uret instruction.
Jessica Clarke via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 26 16:48:00 PDT 2023
jrtc27 added inline comments.
================
Comment at: llvm/test/CodeGen/RISCV/interrupt-attr.ll:1057
+attributes #0 = { nounwind "interrupt"="supervisor" }
+attributes #1 = { nounwind "interrupt"="machine" }
+attributes #2 = { nounwind "interrupt"="machine" "frame-pointer"="all" }
----------------
Can you fix this whitespace up while you're touching this?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D149308/new/
https://reviews.llvm.org/D149308
More information about the llvm-commits
mailing list