[all-commits] [llvm/llvm-project] a31ce3: Apply initializes attribute to DSE (#113630)
Haopeng Liu via All-commits
all-commits at lists.llvm.org
Thu Oct 24 18:43:42 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a31ce36f568723ffa5b4155d0ba009403ccd0d9e
https://github.com/llvm/llvm-project/commit/a31ce36f568723ffa5b4155d0ba009403ccd0d9e
Author: Haopeng Liu <153236845+haopliu at users.noreply.github.com>
Date: 2024-10-24 (Thu, 24 Oct 2024)
Changed paths:
M llvm/lib/Transforms/Scalar/DeadStoreElimination.cpp
A llvm/test/Transforms/DeadStoreElimination/inter-procedural.ll
Log Message:
-----------
Apply initializes attribute to DSE (#113630)
retry #107282
Fixed with `MadeChange |= Changed;` and confirmed it works.
```
cmake -DLLVM_CCACHE_BUILD=ON -DLLVM_ENABLE_EXPENSIVE_CHECKS=ON -DLLVM_ENABLE_WERROR=OFF -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_FLAGS=-U_GLIBCXX_DEBUG '-DLLVM_LIT_ARGS=-v -vv -j96' '-DLLVM_ENABLE_PROJECTS=llvm;lld' -DLLVM_ENABLE_ASSERTIONS=ON -GNinja ../llvm
ninja check-llvm
```
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