[llvm] 0a5db89 - [MemorySSA] Use -simple-loop-unswitch instead of -loop-unswitch in test.

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 25 01:24:01 PDT 2022


Author: Florian Hahn
Date: 2022-04-25T09:22:52+01:00
New Revision: 0a5db8912c50d9778883a742466041cd44d91455

URL: https://github.com/llvm/llvm-project/commit/0a5db8912c50d9778883a742466041cd44d91455
DIFF: https://github.com/llvm/llvm-project/commit/0a5db8912c50d9778883a742466041cd44d91455.diff

LOG: [MemorySSA] Use -simple-loop-unswitch instead of -loop-unswitch in test.

Added: 
    

Modified: 
    llvm/test/Analysis/MemorySSA/update-remove-dead-blocks.ll

Removed: 
    


################################################################################
diff  --git a/llvm/test/Analysis/MemorySSA/update-remove-dead-blocks.ll b/llvm/test/Analysis/MemorySSA/update-remove-dead-blocks.ll
index b6f26786787a8..335c8cfe21c7b 100644
--- a/llvm/test/Analysis/MemorySSA/update-remove-dead-blocks.ll
+++ b/llvm/test/Analysis/MemorySSA/update-remove-dead-blocks.ll
@@ -1,5 +1,5 @@
 ; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
-; RUN: opt -loop-unswitch -loop-reduce -loop-simplifycfg -verify-memoryssa -S %s | FileCheck %s
+; RUN: opt -simple-loop-unswitch -loop-reduce -loop-simplifycfg -verify-memoryssa -S %s | FileCheck %s
 
 ; TODO: also run with NPM, but currently LSR does not preserve LCSSA, causing a verification failure on the test.
 ;   opt -passes='loop-mssa(simple-loop-unswitch<nontrivial>,loop-reduce,simplifycfg)' -verify-memoryssa -S %s | FileCheck %s


        


More information about the llvm-commits mailing list