[PATCH] D80964: [X86] Add an Unoptimized Load Value Injection (LVI) Load Hardening Pass
Nikita Popov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 5 13:28:15 PDT 2020
nikic added a comment.
This approach looks reasonable to me.
Rather than creating a separate pass, we could also pass OptLevel into it and pick the optimized/unoptimized approach based on that. No particular preference though, as it seems like apart from a couple initial checks, there is no code to share.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D80964/new/
https://reviews.llvm.org/D80964
More information about the llvm-commits
mailing list