[Hexagon] aligned load/store patterns - use cast<> instead of dyn_cast<> to...
[Hexagon] aligned load/store patterns - use cast<> instead of dyn_cast<> to avoid dereference of nullptr The pointer is always referenced inside isAlignedMemNode, so assert the cast is correct instead of returning nullptr
Loading
Please sign in to comment