[PATCH] D70233: [WIP][NOT FOR COMMIT][Attributor] AAReachability Attribute

pankaj gode via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 15 10:41:27 PST 2019


pgode updated this revision to Diff 229591.
pgode added a comment.

@jdoerfert Thank you suggesting the corrections.  
Updating the corrected patch.

I think, function getAsStr() should be returning 'from' and 'to' position, but for that we need to store the From and To. 
For now, I am returning 'reachable' by default.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D70233/new/

https://reviews.llvm.org/D70233

Files:
  llvm/include/llvm/Bitcode/LLVMBitCodes.h
  llvm/include/llvm/IR/Attributes.td
  llvm/include/llvm/Transforms/IPO/Attributor.h
  llvm/lib/Bitcode/Reader/BitcodeReader.cpp
  llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
  llvm/lib/Transforms/IPO/Attributor.cpp
  llvm/lib/Transforms/Utils/CodeExtractor.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D70233.229591.patch
Type: text/x-patch
Size: 6254 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191115/8f3aad73/attachment-0001.bin>


More information about the llvm-commits mailing list