[PATCH] D32685: [X86] Adding tests for the memory folding tables generated by the TableGen backend.
Igor Breger via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 5 07:24:34 PDT 2017
igorb added inline comments.
================
Comment at: test/CodeGen/X86/memoryFolding-avx512Other.mir:1
+# RUN: llc -run-pass greedy -stack-alignment=64 -o - %s | FileCheck %s
+# Stack alignment set to 64 to enable folding of aligned mov instructions.
----------------
could you please add -verify-machineinstrs
https://reviews.llvm.org/D32685
More information about the llvm-commits
mailing list