Skip to content
Commit 0065640f authored by Amara Emerson's avatar Amara Emerson
Browse files

[GlobalISel] Look through a G_PTR_ADD's def register instead of it's source operand's

uses when looking for load/store users. This was a simple logic bug during translation
of the equivalent function in SelectionDAG:
```
    for (SDNode *Node : N->uses()) {
      if (auto *LoadStore = dyn_cast<MemSDNode>(Node)) {
```
parent 59cbee45
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment