llgo/ssa: PhisExpr

This commit is contained in:
xushiwei
2024-05-02 07:37:31 +08:00
parent be1599b418
commit 25b104cf13
4 changed files with 62 additions and 8 deletions

View File

@@ -29,7 +29,7 @@ func testCompile(t *testing.T, src, expected string) {
}
func TestFromTestrt(t *testing.T) {
cltest.FromDir(t, "", "./_testrt", true)
cltest.FromDir(t, "concat", "./_testrt", true)
}
func TestFromTestdata(t *testing.T) {