Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/lib/CodeGen/CodeGenPrepare.cpp | ||
---|---|---|
5601 | assert the else path is masked_scatter? Or pass the type down from the caller like we do with the pointer operand. |
Paths
| Differential D103480
[NFC][OpaquePtr] Explicitly pass GEP source type in optimizeGatherScatterInst() ClosedPublic Authored by aeubanks on Jun 1 2021, 11:51 AM.
Details
Diff Detail
Event Timeline
This revision is now accepted and ready to land.Jun 11 2021, 11:33 AM This revision was landed with ongoing or failed builds.Jun 11 2021, 11:50 AM Closed by commit rGc0c5a98b2c47: [NFC][OpaquePtr] Explicitly pass GEP source type in optimizeGatherScatterInst() (authored by aeubanks). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 351521 llvm/lib/CodeGen/CodeGenPrepare.cpp
|
assert the else path is masked_scatter? Or pass the type down from the caller like we do with the pointer operand.