Sumanth Gundapaneni via llvm-dev
2018-Aug-29 20:42 UTC
[llvm-dev] [SelectionDAGBuilder] AAInfo and lowering a target memory intrinsic
Hi, I noticed while lowering a call of a target memory intrinsic to an INTRINSIC node, we ignore the AAInfo (metadata). Please refer to the function SelectionDAGBuilder::visitTargetIntrinsic(). While constructing the DAG Node, the IntrinsicInfo object does not hold any alias information metadata and so we ignore the information. Is there any specific reason why we do this ? I have a SelectionDAG in software pipeliner and I am looking to use this AAInfo to determine loop carried dependences. Any pointers will be highly appreciated ? --Sumanth -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180829/5ece5b5a/attachment.html>