Skip to content

AAAlign only handles load and store uses #134480

@arsenm

Description

@arsenm

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

Metadata

Metadata

Assignees

No one assigned

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions