mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-01 15:11:24 +00:00
Fix the comment in this test.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82051 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
3a9f68bb7a
commit
46fb0dee03
@ -2,7 +2,8 @@
|
||||
; RUN: grep {= getelementptr} %t | count 20
|
||||
; RUN: grep {= phi} %t | count 13
|
||||
|
||||
; Don't push the geps through these phis; they have multiple uses!
|
||||
; Don't push the geps through these phis, because they would require
|
||||
; two phis each, which burdens the loop with high register pressure.
|
||||
|
||||
define void @foo(float* %Ar, float* %Ai, i64 %As, float* %Cr, float* %Ci, i64 %Cs, i64 %n) nounwind {
|
||||
entry:
|
||||
|
Loading…
Reference in New Issue
Block a user