-
Notifications
You must be signed in to change notification settings - Fork 12.6k
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
[MemCpyOpt] The store instruction should not be removed by DSE. #70578
Closed
DianQK opened this issue
Oct 29, 2023
· 3 comments
· Fixed by #70580 or llvm/llvm-project-release-prs#757
Closed
[MemCpyOpt] The store instruction should not be removed by DSE. #70578
DianQK opened this issue
Oct 29, 2023
· 3 comments
· Fixed by #70580 or llvm/llvm-project-release-prs#757
Milestone
Comments
/cherry-pick 0c4f326 |
/branch llvm/llvm-project-release-prs/issue70578 |
/pull-request llvm/llvm-project-release-prs#757 |
EugeneZelenko
added
release:backport
llvm:transforms
and removed
llvm:optimizations
labels
Oct 29, 2023
tru
pushed a commit
that referenced
this issue
Oct 30, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This IR is reduced from rust-lang/rust#116976.
The DSE removed the store instruction because MemCpyOpt did not update the alias information.
godbolt: https://llvm.godbolt.org/z/qMncEEseK
Similar to #67539.
The text was updated successfully, but these errors were encountered: