summaryrefslogtreecommitdiff
path: root/test/586-checker-null-array-get/info.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/586-checker-null-array-get/info.txt')
-rw-r--r--test/586-checker-null-array-get/info.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/586-checker-null-array-get/info.txt b/test/586-checker-null-array-get/info.txt
new file mode 100644
index 0000000000..81b42e9789
--- /dev/null
+++ b/test/586-checker-null-array-get/info.txt
@@ -0,0 +1,3 @@
+Regression test for the load store elimination of optimizing
+that used to merge two array gets that have the same inputs but
+not the same type. Note that this only happens if the array is null.