llvm
5cddabcd - Fix check for GEPs with scalar indices

Commit
208 days ago
Fix check for GEPs with scalar indices When a GEP has a scalar index, indexPackets holds a null pointer. We were mistakenly not checking for that, we were instead checking for it to hold a SimdPacket that holds a null pointer, but that cannot happen. This PR corrects the check.
Author
Committer
Colin Davidson
Parents
Loading