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

Dávid Ferenc Szabó via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 9 05:39:20 PST 2024


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

Okay. Moved and minimized it into `test/AArch64/GlobalISel` folder.

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


More information about the llvm-commits mailing list