diff options
author | Nicolas Geoffray <ngeoffray@google.com> | 2014-11-17 17:50:33 +0000 |
---|---|---|
committer | Nicolas Geoffray <ngeoffray@google.com> | 2014-11-17 18:48:36 +0000 |
commit | 21cc798cd56a069a3d51a0215020676065780939 (patch) | |
tree | feb43656c44a12afa53c3c11d4d947ff42644adc /test/429-ssa-builder/info.txt | |
parent | 1c18d5d0141ffa76b0838fb99615186dcbefc50e (diff) | |
download | art-21cc798cd56a069a3d51a0215020676065780939.zip art-21cc798cd56a069a3d51a0215020676065780939.tar.gz art-21cc798cd56a069a3d51a0215020676065780939.tar.bz2 |
Fix a bug in the type propagation phase of optimizing.
The compiler was placing phis (and their floating point equivalent),
in a way that it did not expect.
Change-Id: I974be1ee4aae5d27d68c6bba171db0ed25377b70
Diffstat (limited to 'test/429-ssa-builder/info.txt')
-rw-r--r-- | test/429-ssa-builder/info.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/429-ssa-builder/info.txt b/test/429-ssa-builder/info.txt new file mode 100644 index 0000000..509d00f --- /dev/null +++ b/test/429-ssa-builder/info.txt @@ -0,0 +1,3 @@ +Regression test for the type propagation phase of the optimizing +compiler, that used to crash when dealing with phi floating-point +equivalents. |