[PATCH] D70283: [x86][SLH] Rm liveness check from data invariance check

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 4 12:21:42 PST 2020


MaskRay accepted this revision.
MaskRay added inline comments.


================
Comment at: llvm/lib/Target/X86/X86SpeculativeLoadHardening.cpp:2222
+      if (!isDataInvariant(UseMI) || UseMI.getParent() != MI.getParent() ||
+          isEFLAGSDefLive(UseMI)) {
         return {};
----------------
Delete excess parentheses.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D70283/new/

https://reviews.llvm.org/D70283





More information about the llvm-commits mailing list