[llvm] r195271 - Add loop rerolling code owner
Hal Finkel
hfinkel at anl.gov
Wed Nov 20 12:54:33 PST 2013
Author: hfinkel
Date: Wed Nov 20 14:54:33 2013
New Revision: 195271
URL: http://llvm.org/viewvc/llvm-project?rev=195271&view=rev
Log:
Add loop rerolling code owner
I am the code owner of the loop reroller.
Modified:
llvm/trunk/CODE_OWNERS.TXT
Modified: llvm/trunk/CODE_OWNERS.TXT
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/CODE_OWNERS.TXT?rev=195271&r1=195270&r2=195271&view=diff
==============================================================================
--- llvm/trunk/CODE_OWNERS.TXT (original)
+++ llvm/trunk/CODE_OWNERS.TXT Wed Nov 20 14:54:33 2013
@@ -45,7 +45,7 @@ D: Hexagon Backend
N: Hal Finkel
E: hfinkel at anl.gov
-D: BBVectorize and the PowerPC target
+D: BBVectorize, the loop reroller and the PowerPC target
N: Venkatraman Govindaraju
E: venkatra at cs.wisc.edu
More information about the llvm-commits
mailing list