[all-commits] [llvm/llvm-project] d488a5: [RISCV] Use software guarded branch for indirect j...
Yeting Kuo via All-commits
all-commits at lists.llvm.org
Mon May 13 23:44:47 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d488a54b408046eb4286727053cd44166dcd4daa
https://github.com/llvm/llvm-project/commit/d488a54b408046eb4286727053cd44166dcd4daa
Author: Yeting Kuo <46629943+yetingk at users.noreply.github.com>
Date: 2024-05-14 (Tue, 14 May 2024)
Changed paths:
M llvm/lib/Target/RISCV/RISCVISelLowering.cpp
M llvm/lib/Target/RISCV/RISCVISelLowering.h
M llvm/lib/Target/RISCV/RISCVInstrInfo.td
M llvm/lib/Target/RISCV/RISCVRegisterInfo.td
A llvm/test/CodeGen/RISCV/jumptable-swguarded.ll
Log Message:
-----------
[RISCV] Use software guarded branch for indirect jump table branch. (#66762)
When Zicfilp enabled, indirect jump table branch should be a software
guarded branch.
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