[all-commits] [llvm/llvm-project] d5abd9: [ExpandIRInsts] Avoid redundant dyn_cast after #17...

Aiden Grossman via All-commits all-commits at lists.llvm.org
Fri May 29 11:24:31 PDT 2026


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d5abd9c851e81accb1b743e3f12a6d7482c657ac
      https://github.com/llvm/llvm-project/commit/d5abd9c851e81accb1b743e3f12a6d7482c657ac
  Author: Aiden Grossman <aidengrossman at google.com>
  Date:   2026-05-29 (Fri, 29 May 2026)

  Changed paths:
    M llvm/lib/CodeGen/ExpandIRInsts.cpp

  Log Message:
  -----------
  [ExpandIRInsts] Avoid redundant dyn_cast after #175864 (#200475)

CreateCondBr always returns an Instruction, so no need to dyn_cast back
to an instruction after downcasting to a Value.



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