[llvm] [AMDGPU] Visit all PHIs in each call to optimizeLiveType (PR #147522)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 8 07:07:44 PDT 2025


================
@@ -0,0 +1,94 @@
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --version 5
+; RUN: opt -S -mtriple=amdgcn-amd-amdhsa -passes="amdgpu-late-codegenprepare,verify" %s  | FileCheck %s
----------------
arsenm wrote:

```suggestion
; RUN: opt -S -mtriple=amdgcn-amd-amdhsa -passes=amdgpu-late-codegenprepare %s  | FileCheck %s
```

The verifier already runs after 

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


More information about the llvm-commits mailing list