<div dir="ltr">Hi Folks,<div><br></div><div>I'm adding the pragma vectorize to Clang to print specific metadata on loops (later any lexical block), and I'm having some trouble identifying the steps.</div><div><br></div>
<div>I've added my pragma to ParsePragma, then added a vectorizer context to Sema to temporarily hold these values to be used on the next lexical block (one at a time, recent replace old, style).</div><div><br></div><div>
But the only way I found to add this information into the AST was via traits, which doesn't look correct. Can anyone point me in the right direction?</div><div><br></div><div>Who is the best person to review these changes?</div>
<div><br></div><div>cheers,</div><div>--renato</div></div>