Suppresses an implicit TypeSize to uint64_t conversion warning.
We might be able to just not offset it since we're writing to a
Fixed stack object, but I wasn't sure so I just did what
DAGTypeLegalizer::IncrementPointer does.
Differential D98736
[SelectionDAG] Don't pass a scalable vector to MachinePointerInfo::getWithOffset in a unit test. craig.topper on Mar 16 2021, 12:21 PM. Authored by
Details Suppresses an implicit TypeSize to uint64_t conversion warning. We might be able to just not offset it since we're writing to a
Diff Detail
Event Timeline
Comment Actions If you remove the change to operator ScalarTy(), I'd be happy to accept this patch and rebase D98856.
|
Should we get rid of Index0 too?