Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
| test/Transforms/NaryReassociate/nary-mul.ll | ||
|---|---|---|
| 2 ↗ | (On Diff #64962) | How about other tests in the same dir? |
| test/Transforms/NaryReassociate/nary-mul.ll | ||
|---|---|---|
| 2 ↗ | (On Diff #64962) | I saw the guildeline in https://reviews.llvm.org/rL272505 said one test changed was enough. I just tried other tests and they passed. Do you want me to include them? |
Comment Actions
lgtm but please wait for David
| lib/Transforms/Scalar/NaryReassociate.cpp | ||
|---|---|---|
| 162 ↗ | (On Diff #64962) | Can you add a TODO for setPreservedCFG as other passes do? |
| test/Transforms/NaryReassociate/nary-mul.ll | ||
| 2 ↗ | (On Diff #64962) | I agree that porting a single test is (generally) enough, unless there's a reason to port more for now (e.g. to stress interaction between transform passes and analyses). |
Comment Actions
Add two more tests under test/Transforms/NaryReassociate/NVPTX/.
Address Davide's comment.