use less code to write code
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
There is actually a newly added isa_and_nonnull. I don't use it because its functionality is covered by dyn_cast_or_null which is more common...
use less code to write code
The title or the description should probably just mention that this patch simplifies a pattern with dyn_cast_or_null.