mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
Add a description to the test from r211433 explaining why it's written that way.
llvm-svn: 211465
This commit is contained in:
parent
8bc898f489
commit
51c2097735
@ -1,5 +1,11 @@
|
||||
; RUN: opt -S -loop-unswitch -instcombine -indvars < %s | FileCheck %s
|
||||
|
||||
; This used to crash in SCEVExpander when there were congruent phis with and
|
||||
; undef incoming value from the loop header. The -loop-unswitch -instcombine is
|
||||
; necessary to create just this pattern, which is essentially a nop and gets
|
||||
; folded away aggressively if spelled out in IR directly.
|
||||
; PR 20093
|
||||
|
||||
@c = external global i32**, align 8
|
||||
|
||||
define void @test1() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user