Add codeowners for Codegen/Common/GPU (#15498)

I noticed that because it is nested under Codegen/Common, currently the
only reviewers that get assigned for changes to Codegen/Common/GPU are
hanhanW and dcaballe. Here I am just adding antiagainst and myself.
(removed mentions because otherwise it sends frequent pings)
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index bd825f4..66ed7b1 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -62,6 +62,7 @@
 /compiler/src/iree/compiler/ @benvanik
 /compiler/src/iree/compiler/Codegen/ @MaheshRavishankar
 /compiler/src/iree/compiler/Codegen/Common @hanhanW @dcaballe
+/compiler/src/iree/compiler/Codegen/Common/GPU @antiagainst @qedawkins
 /compiler/src/iree/compiler/Codegen/LLVMCPU/ @dcaballe @hanhanW @MaheshRavishankar
 /compiler/src/iree/compiler/Codegen/LLVMGPU/ @MaheshRavishankar
 /compiler/src/iree/compiler/Codegen/SPIRV/ @antiagainst @MaheshRavishankar