[PATCH] D92395: [ARM] Implement harden-sls-retbr for ARM mode
Kristof Beyls via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 18 06:02:30 PST 2020
kristof.beyls marked 2 inline comments as done.
kristof.beyls added inline comments.
================
Comment at: llvm/lib/Target/ARM/ARMBaseInstrInfo.cpp:684
+ // Make indirect control flow changes unpredicable when SLS mitigation is
+ // enabled.
----------------
ostannard wrote:
> Should this be above the `return isV8EligibleForIT(&MI);` above?
Thanks for catching that, now fixed.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D92395/new/
https://reviews.llvm.org/D92395
More information about the llvm-commits
mailing list