[PATCH] D75942: [x86][seses] No lfences in bb w/ 1 load and 0 stores

Dávid Bolvanský via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 12 17:43:03 PDT 2020


xbolva00 added inline comments.


================
Comment at: llvm/test/CodeGen/X86/speculative-execution-side-effect-suppression-omit-lfence-in-bb-with-one-load-no-stores.ll:25
+; CHECK-FLAGGED: .globl _Z3fooPi                # -- Begin function _Z3fooPi
+; CHECK-FLAGGED: .p2align 4, 0x90
+; CHECK-FLAGGED: .type _Z3fooPi, at function
----------------
george.burgess.iv wrote:
> same "please consider using -NEXT if you want to match adjacent lines" comment as D75941
Or use update_llc_checks.py regenerate test checks


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D75942





More information about the llvm-commits mailing list