[llvm] [WIP][AMDGPU] combine uniform AMDGPU lane Intrinsics (PR #116953)

Jay Foad via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 20 03:33:55 PST 2024


================
@@ -92,7 +92,7 @@ class SILowerI1CopiesPass : public PassInfoMixin<SILowerI1CopiesPass> {
 
 void initializeAMDGPUDAGToDAGISelLegacyPass(PassRegistry &);
 
-void initializeAMDGPUAlwaysInlinePass(PassRegistry&);
+void initializeAMDGPUAlwaysInlinePass(PassRegistry &);
----------------
jayfoad wrote:

Please don't reformat the whole file. You can use `git clang-format @^` to reformat only the parts you have modified. See https://clang.llvm.org/docs/ClangFormat.html#git-integration

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


More information about the llvm-commits mailing list