Skip to content

[AArch64] Move peephole-sxtw.mir file to regression test directory #100819

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 28, 2024

Conversation

DimitryAndric
Copy link
Collaborator

In #96293 ("Remove superfluous sxtw in peephole opt") a file peephole-sxtw.mir was added to llvm/lib/Target/AArch64/, but it looks like this is a regression test file.

Move it to llvm/test/CodeGen/AArch64/ which seems a more correct location.

In llvm#96293 ("Remove superfluous sxtw in peephole opt") a file
`peephole-sxtw.mir` was added to `llvm/lib/Target/AArch64/`, but it
looks like this is a regression test file.

Move it to `llvm/test/CodeGen/AArch64/` which seems a more correct
location.
@llvmbot
Copy link
Member

llvmbot commented Jul 26, 2024

@llvm/pr-subscribers-backend-aarch64

Author: Dimitry Andric (DimitryAndric)

Changes

In #96293 ("Remove superfluous sxtw in peephole opt") a file peephole-sxtw.mir was added to llvm/lib/Target/AArch64/, but it looks like this is a regression test file.

Move it to llvm/test/CodeGen/AArch64/ which seems a more correct location.


Full diff: https://github.com/llvm/llvm-project/pull/100819.diff

1 Files Affected:

  • (renamed) llvm/test/CodeGen/AArch64/peephole-sxtw.mir ()
diff --git a/llvm/lib/Target/AArch64/peephole-sxtw.mir b/llvm/test/CodeGen/AArch64/peephole-sxtw.mir
similarity index 100%
rename from llvm/lib/Target/AArch64/peephole-sxtw.mir
rename to llvm/test/CodeGen/AArch64/peephole-sxtw.mir

@davemgreen
Copy link
Collaborator

Oh - that was weird. Not sure how that happened. LGTM

@davemgreen davemgreen merged commit f7914aa into llvm:main Jul 28, 2024
9 checks passed
@DimitryAndric DimitryAndric deleted the fix-peephole-sxtw-1 branch July 28, 2024 10:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants