[LLVMdev] AliasSetTracker
Preston Briggs
preston.briggs at gmail.com
Thu Jan 19 11:40:02 PST 2012
In the implementation of the AliasSetTracker, I see LoadInst, StoreInst,
and VAArgInst are treated specially. Why aren't AtomicCmpXchgInst
and AtomicRMWInst treated with similar care? Lumping together with other
unknown instructions seems unnecessarily expensive in compile time.
Preston
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120119/6e50526f/attachment.html>
More information about the llvm-dev
mailing list