llvm-project/mlir/lib/Dialect/AVX512
Aart Bik c95acf052b [mlir][vector][avx512] move avx512 lowering pass into general vector lowering
A separate AVX512 lowering pass does not compose well with the regular
vector lowering pass. As such, it is at risk of code duplication and
lowering inconsistencies. This change removes the separate AVX512 lowering
pass and makes it an "option" in the regular vector lowering pass
(viz. vector dialect "augmented" with AVX512 dialect).

Reviewed By: rriddle

Differential Revision: https://reviews.llvm.org/D92614
2020-12-03 17:23:46 -08:00
..
IR Make namespace handling uniform across dialect backends. 2020-09-14 20:33:31 +00:00
CMakeLists.txt [mlir][vector][avx512] move avx512 lowering pass into general vector lowering 2020-12-03 17:23:46 -08:00