[PATCH] D51895: Fix issues required to remove memset/memcpy/memmove special casing from AliasSetTracker
Philip Reames via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 10 16:16:47 PDT 2018
reames added inline comments.
================
Comment at: lib/Analysis/MemoryLocation.cpp:126
case Intrinsic::memmove:
+ case Intrinsic::memcpy_element_unordered_atomic:
+ case Intrinsic::memmove_element_unordered_atomic:
----------------
Realized I'd missed the atomic memset case. I added new tests (in test/Analysis/AliasSet/memset.ll) which would have caught this and will rebase at some point.
Repository:
rL LLVM
https://reviews.llvm.org/D51895
More information about the llvm-commits
mailing list