[PATCH] D19409: [X86] Handle MachineBasicBlock as a memory displacement operand in the LEA optimization pass

Andrey Turetskiy via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 22 05:16:28 PDT 2016


aturetsk added inline comments.

================
Comment at: test/CodeGen/X86/lea-opt-memop-check-1.ll:1
@@ +1,2 @@
+; REQUIRES: asserts
+; RUN: llc < %s -march=x86 -mtriple=i686-pc-win32 | FileCheck %s
----------------
This is just the renamed 'test/CodeGen/X86/lea-opt-memop-check.ll'.


http://reviews.llvm.org/D19409





More information about the llvm-commits mailing list