[AArch64] AArch64DAGToDAGISel::tryReadRegister/tryWriteRegister - don't...
[AArch64] AArch64DAGToDAGISel::tryReadRegister/tryWriteRegister - don't dereference dyn_cast<> results. dyn_cast<> can return nullptr if the cast is illegal, use cast<> instead which will assert that the cast is correct. Fixes static analyser warnings.
Loading
Please sign in to comment