[PATCH] D55485: [X86] Fix avoid store forwarding blocks pass for negative displacements

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Dec 9 03:53:10 PST 2018


RKSimon added inline comments.


================
Comment at: test/CodeGen/X86/pr39926.ll:3
+; RUN: llc < %s -mtriple=x86_64-unknown-linux-gnu -mattr=avx | FileCheck %s
+define i8 @test_offset(i8* %base) {
+; CHECK-LABEL: test_offset:
----------------
Please commit this with trunk's current codegen and rebase so the patch shows the codegen diff.


Repository:
  rL LLVM

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

https://reviews.llvm.org/D55485





More information about the llvm-commits mailing list