[PATCH] D50837: [x86/SLH] Teach SLH to harden against the "ret2spec" attack by implementing the proposed mitigation technique described in the original design document.

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 22 15:23:52 PDT 2018


craig.topper added inline comments.


================
Comment at: llvm/lib/Target/X86/X86SpeculativeLoadHardening.cpp:2210
+    //
+    // FIXME: It is even less clear why MachienCSE can't just fold this when we
+    // end up having to use identical instructions both before and after the
----------------
MachineCSE is mispelled


Repository:
  rL LLVM

https://reviews.llvm.org/D50837





More information about the llvm-commits mailing list