[all-commits] [llvm/llvm-project] 1e3fdb: FastISel: Do not check for module debug info

Matt Arsenault via All-commits all-commits at lists.llvm.org
Wed Jul 24 04:57:11 PDT 2024


  Branch: refs/heads/users/arsenm/fast-isel-no-check-hasdebuginfo-dbg-intrinsics
  Home:   https://github.com/llvm/llvm-project
  Commit: 1e3fdb2a58c6709e4d69fd0facdfdec6916802be
      https://github.com/llvm/llvm-project/commit/1e3fdb2a58c6709e4d69fd0facdfdec6916802be
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2024-07-24 (Wed, 24 Jul 2024)

  Changed paths:
    M llvm/lib/CodeGen/SelectionDAG/FastISel.cpp

  Log Message:
  -----------
  FastISel: Do not check for module debug info

I don't see the point of this check and SelectionDAG
does not perform it. In the normal usecase, if there's
no debug info the debug intrinsics would not be there
in the first place.



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