mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-09-27 00:21:03 +00:00
Do not chain to basic-aa
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6968 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
; Test that GCSE uses ds-aa to do alias analysis, which is capable of
|
; Test that GCSE uses ds-aa to do alias analysis, which is capable of
|
||||||
; disambiguating some cases.
|
; disambiguating some cases.
|
||||||
|
|
||||||
; RUN: as < %s | opt -ds-aa -load-vn -gcse -instcombine -dce | dis | not grep ELIM
|
; RUN: as < %s | opt -no-aa -ds-aa -load-vn -gcse -instcombine -dce | dis | not grep ELIM
|
||||||
|
|
||||||
%intpair = type {int*, int*}
|
%intpair = type {int*, int*}
|
||||||
implementation
|
implementation
|
||||||
|
Reference in New Issue
Block a user