Skip to content

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
@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