[all-commits] [llvm/llvm-project] 35126c: M68k: Remove hasDebugInfo check when deciding to e...
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Sat Jul 20 03:40:41 PDT 2024
Branch: refs/heads/users/arsenm/m68k-remove-mmi-hasdebuginfo-check
Home: https://github.com/llvm/llvm-project
Commit: 35126c123fd78196648b19ae052e46fd60195fe2
https://github.com/llvm/llvm-project/commit/35126c123fd78196648b19ae052e46fd60195fe2
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2024-07-20 (Sat, 20 Jul 2024)
Changed paths:
M llvm/lib/Target/M68k/M68kFrameLowering.cpp
Log Message:
-----------
M68k: Remove hasDebugInfo check when deciding to emit CFI
No other target checks this directly, and this is untested. Use needsFrameMoves,
which covers both conditions already and is what most other targets consider.
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