[PATCH] D75939: [x86][seses] Introduce SESES pass for LVI
Johannes Doerfert via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 18 15:46:45 PDT 2020
jdoerfert added inline comments.
================
Comment at: llvm/lib/Target/X86/X86SpeculativeExecutionSideEffectSuppression.cpp:2
+//===-- X86SpeculativeExecutionSideEffectSuppression.cpp ------------------===//
+//===-- X86 Speculative Execution Side Effect Suppression Pass -----------===//
+//
----------------
Nit: one line is sufficient here
================
Comment at: llvm/lib/Target/X86/X86SpeculativeExecutionSideEffectSuppression.cpp:111
+ break;
+ }
+ }
----------------
Style: No braces around single statements. (also elsewhere)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D75939/new/
https://reviews.llvm.org/D75939
More information about the llvm-commits
mailing list