You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (auto *SI = dyn_cast<StoreInst>(U.getUser())) {
This chain of use instructions should handle AtomicRMWInst, AtomicCmpXchgInst, and MemIntrinsic at a minimum. This is of particular interest in the atomicrmw and memcpy cases
The text was updated successfully, but these errors were encountered:
llvm-project/llvm/lib/Transforms/IPO/AttributorAttributes.cpp
Line 5287 in f47034c
This chain of use instructions should handle AtomicRMWInst, AtomicCmpXchgInst, and MemIntrinsic at a minimum. This is of particular interest in the atomicrmw and memcpy cases
The text was updated successfully, but these errors were encountered: