Details
Diff Detail
- Repository
- rL LLVM
Event Timeline
test/Transforms/NaryReassociate/nary-mul.ll | ||
---|---|---|
2 | How about other tests in the same dir? |
test/Transforms/NaryReassociate/nary-mul.ll | ||
---|---|---|
2 | 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? |
lgtm but please wait for David
lib/Transforms/Scalar/NaryReassociate.cpp | ||
---|---|---|
162 | Can you add a TODO for setPreservedCFG as other passes do? | |
test/Transforms/NaryReassociate/nary-mul.ll | ||
2 | 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). |
Add two more tests under test/Transforms/NaryReassociate/NVPTX/.
Address Davide's comment.
Can you add a TODO for setPreservedCFG as other passes do?