[all-commits] [llvm/llvm-project] 36e74c: [AArch64] Clear kill flags when removing FMOVDr. (...
David Green via All-commits
all-commits at lists.llvm.org
Wed Mar 27 11:36:24 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 36e74cfdbde208e384c72bcb52ea638303fb7d67
https://github.com/llvm/llvm-project/commit/36e74cfdbde208e384c72bcb52ea638303fb7d67
Author: David Green <david.green at arm.com>
Date: 2024-03-27 (Wed, 27 Mar 2024)
Changed paths:
M llvm/lib/Target/AArch64/AArch64MIPeepholeOpt.cpp
A llvm/test/CodeGen/AArch64/peephole-movd.mir
Log Message:
-----------
[AArch64] Clear kill flags when removing FMOVDr. (#86308)
The uses of OldDef/NewDef may not be killed in the same place they
previously were after they are replaced, and so need to be cleared.
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