[llvm] cf40539 - Use the right pass in test introduced in f1fdbd67
Philip Reames via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 4 12:23:49 PST 2021
Author: Philip Reames
Date: 2021-03-04T12:21:13-08:00
New Revision: cf40539eac043bed9b0cf7df0999c1beda5df798
URL: https://github.com/llvm/llvm-project/commit/cf40539eac043bed9b0cf7df0999c1beda5df798
DIFF: https://github.com/llvm/llvm-project/commit/cf40539eac043bed9b0cf7df0999c1beda5df798.diff
LOG: Use the right pass in test introduced in f1fdbd67
Added:
Modified:
llvm/test/Transforms/InstSimplify/gc_relocate.ll
Removed:
################################################################################
diff --git a/llvm/test/Transforms/InstSimplify/gc_relocate.ll b/llvm/test/Transforms/InstSimplify/gc_relocate.ll
index fcf62c3efa98..702bbcc834e9 100644
--- a/llvm/test/Transforms/InstSimplify/gc_relocate.ll
+++ b/llvm/test/Transforms/InstSimplify/gc_relocate.ll
@@ -1,5 +1,5 @@
; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
-; RUN: opt -early-cse -earlycse-debug-hash -S < %s | FileCheck %s
+; RUN: opt -instsimplify -S < %s | FileCheck %s
declare void @func()
More information about the llvm-commits
mailing list