-
Notifications
You must be signed in to change notification settings - Fork 14.3k
[NFC][AMDGPU] Move flat_atomic.ll
to llvm/test/CodeGen/AMDGPU/
#141126
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
[NFC][AMDGPU] Move flat_atomic.ll
to llvm/test/CodeGen/AMDGPU/
#141126
Conversation
@llvm/pr-subscribers-backend-amdgpu Author: Shilei Tian (shiltian) ChangesFull diff: https://github.com/llvm/llvm-project/pull/141126.diff 1 Files Affected:
diff --git a/llvm/test/Transforms/InferAddressSpaces/AMDGPU/flat_atomic.ll b/llvm/test/CodeGen/AMDGPU/flat_atomic.ll
similarity index 100%
rename from llvm/test/Transforms/InferAddressSpaces/AMDGPU/flat_atomic.ll
rename to llvm/test/CodeGen/AMDGPU/flat_atomic.ll
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The test intent seems to have been lost; The names of the functions imply it's intended to test InferAddressSpaces running in the codegen pipeline
yes it looks like running end-to-end tests as it uses |
3fe1821
to
12f281b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We'll probably need to change this to run opt on the IR and then llc later
LLVM Buildbot has detected a new failure on builder Full details are available at: https://lab.llvm.org/buildbot/#/builders/186/builds/9285 Here is the relevant piece of the build log for the reference
|
No description provided.