- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Aug 20 2020
Apply requested changes
Aug 18 2020
Fix clang-format error
Modify the reduction node transform space to use a bool vector with the transformed indices marked as true.
Remove unused headers in OpReducer.h
Change mlir-reduce.cpp to use new OpReducer
Merge confilcts in working tree.
NFC: Amend commit message
Apply requested changes
Aug 17 2020
Add missing new line in simple-test.mlir
NFC: Fix Typo
Refactor Optimization Pass
Aug 14 2020
NFC: Formatting changes
Aug 11 2020
Apply Requested changes
NFC: clang-format
Aug 10 2020
Merge createTransformedVariants and createErasedVariants utilities into single createVariants utility.
Aug 8 2020
Fix indexing bug in createTransformedVariants().
Aug 7 2020
NFC: clang format
Fix header formatting warning
Apply requested changes
Aug 5 2020
Apply requested changes
Jul 31 2020
Apply requested changes
Jul 28 2020
Include only the new changes in this commit.
Jul 24 2020
Move ReductionTreePass non-templated members to ReductionTreeUtils class in order to move some of the implementation to the .cpp file.
Jul 23 2020
NFC: Add ending namespace comment
Resolve clang-tidy error
Fix Passes.h.inc dependency
Apply changes
Jul 22 2020
NFC
Apply requested changes
- Add missing c++ designators
- Remove uninteresting nodes when sorting
- Create testing script to test new functionality
- Comment formatting changes
- Add class member descriptions
- Reformatted OpReducer class to FuncReducer class with the objective of reducing the number of functions.
- Remove ClonePass()
- Use of llvm::enumerate where possible
- Modify ReductioNode constructor to split the functionality of linking a child node to a parent
- Change module measurement to character measurement using ifstream and the temporary file
Fix PassDetail.h header guard format
Remove duplicate Tester.cpp
NFC Changes
Apply Requested changes
Jul 20 2020
Apply requested changes
Jul 16 2020
Add empty line to CMakeList file.
- Updating D83969: Create the Reduction Tree Pass #
- Enter a brief description of the changes included in this update.
- The first line is used as subject, next lines as comment. #
- If you intended to create a new revision, use:
- $ arc diff --create
Fix working directory HEAD
Jul 13 2020
Apply requested changes
Jul 12 2020
Formatting changes
Delete commented out function call in mlir-reduce.cpp
Jul 10 2020
Jul 8 2020
- Modify error to exit with code 1
- Modify testcase to use the 'not' keyword
- Change 'bug' wording to 'failure'
Modify TestReducer.cpp to MLIRTestReducer.cpp
- Modify naming from test reduce to test reducer
- Add mlir-opt test case without test-mlir-reducer pass
Jul 7 2020
Remove unsupported windows tests
Add windows specific testcase
Remove windows specific test case
Remove the windows test case
Jul 6 2020
Modify Tester class documentation
Fix Tester.cpp dependency issue
Jul 4 2020
Apply requested changes
Jul 3 2020
Add Tester class documentation
Jul 2 2020
Jul 1 2020
Remove STATIC library declaration