[all-commits] [llvm/llvm-project] a2c896: [Coalescer] NFCI: Move code added in #116191
Sander de Smalen via All-commits
all-commits at lists.llvm.org
Mon Jan 6 07:32:03 PST 2025
Branch: refs/heads/users/sdesmalen-arm/srlt-fix-coalescer-the-sequel-nfci
Home: https://github.com/llvm/llvm-project
Commit: a2c896bdafdefdea9465810cee8c6d07fdcd80d6
https://github.com/llvm/llvm-project/commit/a2c896bdafdefdea9465810cee8c6d07fdcd80d6
Author: Sander de Smalen <sander.desmalen at arm.com>
Date: 2025-01-06 (Mon, 06 Jan 2025)
Changed paths:
M llvm/lib/CodeGen/RegisterCoalescer.cpp
Log Message:
-----------
[Coalescer] NFCI: Move code added in #116191
By moving the code a bit later, we can factor out some of the conditions as
those are now already tested, which will help when adding another fix
on top that uses `NewMI`'s subreg index (NewIdx).
This change is intended to be NFC.
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