Files
clang-p2996/llvm/lib/Target/SystemZ/SystemZISelLowering.cpp
Simon Pilgrim 5f4549c372 [SystemZ] lowerDYNAMIC_STACKALLOC_XPLINK - use cast<> instead of dyn_cast<> to avoid dereference of nullptr
The pointer is always dereferenced, so assert the cast is correct instead of returning nullptr
2022-02-17 11:56:29 +00:00

339 KiB