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

This commit is contained in:
Florian Hahn 2022-04-25 09:22:45 +01:00
parent 9a7339c997
commit 0a5db8912c
No known key found for this signature in database
GPG Key ID: EEF712BB5E80EBBA
1 changed files with 1 additions and 1 deletions

View File

@ -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