mirror of
https://github.com/intel/llvm.git
synced 2026-02-01 08:56:15 +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