[llvm] [NFC][AMDGPU] Move PhiLoweringHelper and related types into AMDGPU namespace (PR #192586)

Shilei Tian via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 16 21:08:13 PDT 2026


================
@@ -29,6 +29,7 @@
 #define DEBUG_TYPE "si-i1-copies"
 
 using namespace llvm;
+using namespace llvm::AMDGPU;
----------------
shiltian wrote:

I'd avoid using this namespace.

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


More information about the llvm-commits mailing list