[all-commits] [llvm/llvm-project] 1745c8: [MachinePipeliner] Fix instruction order with phys...
Ryotaro KASUGA via All-commits
all-commits at lists.llvm.org
Mon Aug 5 21:46:32 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1745c8e08dde9f32d0f0b701d3a6a271697458eb
https://github.com/llvm/llvm-project/commit/1745c8e08dde9f32d0f0b701d3a6a271697458eb
Author: Ryotaro KASUGA <kasuga.ryotaro at fujitsu.com>
Date: 2024-08-06 (Tue, 06 Aug 2024)
Changed paths:
M llvm/lib/CodeGen/MachinePipeliner.cpp
A llvm/test/CodeGen/AArch64/sms-order-physreg-deps.mir
Log Message:
-----------
[MachinePipeliner] Fix instruction order with physical register (#99264)
dependencies in same cycle
Dependency checks were insufficient when reordering instructions with
physical register dependencies (i.e. Anti/Output dependencies). This
could result in generating incorrect code.
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