Open nuernbergk opened 4 months ago
The build failed on the include of the SCF.h
file, this might because of a typo (capitalization error). Fixed. Can't test on my machine because it worked there even before fixing.
The build failed on the include of the
SCF.h
file, this might because of a typo (capitalization error). Fixed. Can't test on my machine because it worked there even before fixing.
Hi Nils, this works, I applied the same patch before when compiling the code on my machine. Thanks for pushing the fix!
Implements #518: Loop Vectorization. All ew-Binary and Unary Operations are implemented, as well as nested expressions of these. Currently not supported are casts and aggregation. The test case
loop-vectorization.mlir
corresponds to this daphne code.Note that there are formatting changes in
DaphneIrExector.cpp
andPasses.h
, as I used the.clang-format
provided in #723. If necessary, I can of course revert these.