[llvm] 01fee8a - [MLICM] Remove unneeded option so the test doesn't fail.
Davide Italiano via llvm-commits
llvm-commits at lists.llvm.org
Tue May 26 13:54:05 PDT 2020
Author: Davide Italiano
Date: 2020-05-26T13:53:56-07:00
New Revision: 01fee8aa24a6070542cfa55b2c32036d1d5869b8
URL: https://github.com/llvm/llvm-project/commit/01fee8aa24a6070542cfa55b2c32036d1d5869b8
DIFF: https://github.com/llvm/llvm-project/commit/01fee8aa24a6070542cfa55b2c32036d1d5869b8.diff
LOG: [MLICM] Remove unneeded option so the test doesn't fail.
Added:
Modified:
llvm/test/DebugInfo/MIR/X86/mlicm-hoist-post-regalloc.mir
Removed:
################################################################################
diff --git a/llvm/test/DebugInfo/MIR/X86/mlicm-hoist-post-regalloc.mir b/llvm/test/DebugInfo/MIR/X86/mlicm-hoist-post-regalloc.mir
index 91f77d331f18..97cdea090c9c 100644
--- a/llvm/test/DebugInfo/MIR/X86/mlicm-hoist-post-regalloc.mir
+++ b/llvm/test/DebugInfo/MIR/X86/mlicm-hoist-post-regalloc.mir
@@ -1,5 +1,5 @@
--- |
- ; RUN: llc -start-before=phi-node-elimination -stop-after=machinelicm -debug-only=machinelicm -o - %s | FileCheck %s
+ ; RUN: llc -start-before=phi-node-elimination -stop-after=machinelicm -o - %s | FileCheck %s
; Ensure we execute machinelicm post register allocation.
; Line numbers should not be retained when loop invariant instructions are hoisted.
;
More information about the llvm-commits
mailing list