[all-commits] [llvm/llvm-project] dad648: [llvm] Remove an extraneous cast (NFC) (#144955)

Kazu Hirata via All-commits all-commits at lists.llvm.org
Thu Jun 19 16:25:07 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: dad64877c811dcce7e2c7ebc216161ecf0733fcf
      https://github.com/llvm/llvm-project/commit/dad64877c811dcce7e2c7ebc216161ecf0733fcf
  Author: Kazu Hirata <kazu at google.com>
  Date:   2025-06-19 (Thu, 19 Jun 2025)

  Changed paths:
    M llvm/include/llvm/IR/IntrinsicInst.h
    M llvm/lib/CodeGen/GlobalISel/InlineAsmLowering.cpp
    M llvm/lib/IR/IntrinsicInst.cpp

  Log Message:
  -----------
  [llvm] Remove an extraneous cast (NFC) (#144955)

llvm::CallBase::getArgOperand returns Value *, so we do not need
const_cast<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