Home
last modified time | relevance | path

Searched refs:ping (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/llvm/docs/
H A DCodeReview.rst151 and after a week that community member has yet to respond, feel free to ping
237 get this patch landed and ping it every couple of days. If it is
238 not urgent, the common courtesy ping rate is one week. Remember that you're
H A DContributing.rst113 review by 'ping'ing a patch by responding to the email thread containing the
114 patch, or the Phabricator review with "Ping." The common courtesy 'ping' rate
H A DMergeFunctions.rst491 // cross-reference unsigned ping(unsigned n) { return n!= 0 ? pong(n-1) : 0;
492 } unsigned pong(unsigned n) { return n!= 0 ? ping(n-1) : 0; }
H A DMyFirstTypoFix.rst442 lives; **ping the review once a week** when there is no response;
/llvm-project-15.0.7/llvm/test/CodeGen/Hexagon/
H A Dregp-underflow.ll12 @g6 = private unnamed_addr constant [13 x i8] c"ping started\00"
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dsse1.ll40 ; is not. We used to ping pong between splitting the vselect for the v4i
/llvm-project-15.0.7/mlir/test/Dialect/Bufferization/Transforms/
H A Done-shot-module-bufferize-invalid.mlir100 // ping-pong of values at each iteration on which we currently want to fail.