summaryrefslogtreecommitdiff
path: root/tests/bugs/gh-7499.slang.expected
diff options
context:
space:
mode:
authorJulius Ikkala <julius.ikkala@gmail.com>2025-06-25 20:15:08 +0300
committerGitHub <noreply@github.com>2025-06-25 17:15:08 +0000
commitee51fe592747fc66bd0b5757207583198068b5bd (patch)
tree4fb830633880fcad3cce473cd8dc094321f85477 /tests/bugs/gh-7499.slang.expected
parentd48f050cb0209a4ba9819a094ffd1e7a7c2524ee (diff)
Fix Phi elimination pass sometimes leaving broken insts in release builds (#7499)
* Make phi elimination pass modify branches in-place * Add test and fix formatting * Avoid double removal of param insts
Diffstat (limited to 'tests/bugs/gh-7499.slang.expected')
-rw-r--r--tests/bugs/gh-7499.slang.expected5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/bugs/gh-7499.slang.expected b/tests/bugs/gh-7499.slang.expected
new file mode 100644
index 000000000..4c32e2510
--- /dev/null
+++ b/tests/bugs/gh-7499.slang.expected
@@ -0,0 +1,5 @@
+result code = 0
+standard error = {
+}
+standard output = {
+}