mirror of
https://github.com/intel/llvm.git
synced 2026-01-26 03:56:16 +08:00
Summary: This makes a common pattern of `dyn_cast_or_null<OpTy>(v.getDefiningOp())` more concise. Differential Revision: https://reviews.llvm.org/D79681