[llvm] [GlobalISel] Make IRTranslator able to handle PHIs with empty types. (PR #73235)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 8 03:06:23 PST 2024


================
@@ -1,4 +1,5 @@
 ; RUN: llc < %s
+; RUN: llc -O0 -mtriple=aarch64 -global-isel < %s
 ; PR9900
 
----------------
arsenm wrote:

There is not really such a thing as a generic codegen test. You have to have a target, and this demonstrates yet another example of why. This will fail if aarch64 isn't built. You should add a copy in test/AArch64/GlobalISel and not add a target run line here 

https://github.com/llvm/llvm-project/pull/73235


More information about the llvm-commits mailing list