[all-commits] [llvm/llvm-project] 22af55: FastISel: Do not check for module debug info
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Thu Jul 25 23:01:05 PDT 2024
Branch: refs/heads/users/arsenm/fast-isel-no-check-hasdebuginfo-dbg-intrinsics
Home: https://github.com/llvm/llvm-project
Commit: 22af55f8303c198ac610090e8a9c395bf17a3110
https://github.com/llvm/llvm-project/commit/22af55f8303c198ac610090e8a9c395bf17a3110
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2024-07-26 (Fri, 26 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