[all-commits] [llvm/llvm-project] 56ed3d: Pre-commit reproducer for argument copy elison rel...
Björn Pettersson via All-commits
all-commits at lists.llvm.org
Tue Apr 23 04:44:51 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 56ed3dd77f4ef07a9b35cbb3d0ca868cc0999d01
https://github.com/llvm/llvm-project/commit/56ed3dd77f4ef07a9b35cbb3d0ca868cc0999d01
Author: Bjorn Pettersson <bjorn.a.pettersson at ericsson.com>
Date: 2024-04-23 (Tue, 23 Apr 2024)
Changed paths:
A llvm/test/CodeGen/Hexagon/arg-copy-elison.ll
Log Message:
-----------
Pre-commit reproducer for argument copy elison related bug
Adding test case related to
https://github.com/llvm/llvm-project/issues/89060
It shows that after argument copy elison the scheduler may reorder
a load of the input argument and a store to the same fixed stack
entry (the fixed stack entry that is reused for the local variable).
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