[all-commits] [llvm/llvm-project] dc74a8: [CIR] Use getDefiningOp<OpTy>() instead of dyn_cas...
Henrich Lauko via All-commits
all-commits at lists.llvm.org
Tue Jul 29 12:58:21 PDT 2025
Branch: refs/heads/users/xlauko/cir-typed-get-defining-ops
Home: https://github.com/llvm/llvm-project
Commit: dc74a82e1398c999e2865daa8bcf403c5a14b493
https://github.com/llvm/llvm-project/commit/dc74a82e1398c999e2865daa8bcf403c5a14b493
Author: xlauko <xlauko at mail.muni.cz>
Date: 2025-07-29 (Tue, 29 Jul 2025)
Changed paths:
M clang/lib/CIR/CodeGen/Address.h
M clang/lib/CIR/CodeGen/CIRGenDecl.cpp
M clang/lib/CIR/CodeGen/CIRGenExpr.cpp
M clang/lib/CIR/CodeGen/CIRGenFunction.cpp
M clang/lib/CIR/Dialect/IR/CIRDialect.cpp
M clang/lib/CIR/Lowering/DirectToLLVM/LowerToLLVM.cpp
Log Message:
-----------
[CIR] Use getDefiningOp<OpTy>() instead of dyn_cast<OpTy>(getDefiningOp()) (NFC)
This applies similar changes to llvm/llvm-project#150428
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list