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

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 12 00:02:10 PST 2024


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

Should include checks (probably MIR checks, with -stop-after=irtranslator) 

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


More information about the llvm-commits mailing list