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

via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 16 22:48:41 PDT 2026


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

Thanks for the review. If I remove `using namespace llvm::AMDGPU`; it would require updating more than ~20 call sites to fully qualify the AMDGPU symbols. Is it wroth?

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


More information about the llvm-commits mailing list