<div dir="ltr">I am implementing some builtins that allow various transactions with memory.  These each take exactly one pointer argument.  I'd like to include TBAA for this pointer.  In particular, I'd like the scheduler to be able to use this during instruction scheduling.<div><br></div><div>I played a little with the hexagon builtins and none of these seem to include TBAA in the intrinsics emitted by the front end.  Looking at CGBuiltin.cpp, I couldn't find a reference to TBAA, so I'm thinking I might be trying something that is either new or stupid.</div><div><br></div><div>Thanks for any clues.</div></div>