[llvm] [PowerPC] add PowerPC path for PR labeler (PR #82200)

Chen Zheng via llvm-commits llvm-commits at lists.llvm.org
Sun Feb 18 21:18:40 PST 2024


================
@@ -822,6 +822,23 @@ backend:X86:
   - llvm/lib/TargetParser/X86*
   - llvm/utils/TableGen/X86*
 
+backend:PowerPC:
+  - llvm/include/llvm/IR/IntrinsicsPowerPC.td
+  - llvm/lib/Target/PowerPC/**
+  - llvm/test/CodeGen/PowerPC/**
----------------
chenzheng1030 wrote:

Thanks for the lists.

I added more paths related to PowerPC. However I exclude the tools related ones. One cares about the tools can make themselves as the member of the tools related teams. Here we focus on the code generations of the compiler itself.

We always can enlarge this list if we find compiler changes lead to tool tests diff but no hit in the compiler test dir in future.

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


More information about the llvm-commits mailing list