[llvm] [GlobalISel] Make IRTranslator able to handle PHIs with empty types. (PR #73235)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 30 21:01:20 PST 2023
================
@@ -1,4 +1,5 @@
; RUN: llc < %s
+; RUN: llc -O0 -mtriple=aarch64 -global-isel < %s
; PR9900
----------------
arsenm wrote:
There's no phi in this test? Should also probably put the test in a real target's test/CodeGen/*/GlobalISel
https://github.com/llvm/llvm-project/pull/73235
More information about the llvm-commits
mailing list