[all-commits] [llvm/llvm-project] e0b7be: Revert "[mlir][Vector] Add a vblendps-based impl f...
Mehdi Amini via All-commits
all-commits at lists.llvm.org
Mon Nov 22 11:33:16 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e0b7bee7cf8ece5ec41c8343b61e1daf651e4f3a
https://github.com/llvm/llvm-project/commit/e0b7bee7cf8ece5ec41c8343b61e1daf651e4f3a
Author: Mehdi Amini <joker.eph at gmail.com>
Date: 2021-11-22 (Mon, 22 Nov 2021)
Changed paths:
M mlir/include/mlir/Dialect/X86Vector/Transforms.h
M mlir/lib/Dialect/X86Vector/Transforms/AVXTranspose.cpp
M mlir/test/Dialect/Vector/vector-transpose-lowering.mlir
R mlir/test/Integration/Dialect/LLVMIR/CPU/X86/test-inline-asm-vector.mlir
M mlir/test/lib/Dialect/Vector/CMakeLists.txt
M mlir/test/lib/Dialect/Vector/TestVectorTransforms.cpp
M utils/bazel/llvm-project-overlay/mlir/test/BUILD.bazel
Log Message:
-----------
Revert "[mlir][Vector] Add a vblendps-based impl for transpose8x8 (both intrin and inline_asm)"
This reverts commit a9e236bed835c58be381dadb973a1db0681e4795.
This broke the Windows build:
mlir\include\mlir/Dialect/X86Vector/Transforms.h(28): error C2061: syntax error: identifier 'uint'
More information about the All-commits
mailing list