[clang] [llvm] Move several vector intrinsics out of experimental namespace (PR #88748)

Cullen Rhodes via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 25 00:06:19 PDT 2024


c-rhodes wrote:

> Rebased on newer LLVM + forcing to re-run the testing which previously failed on some not related issues.

Not sure if you missed my previous comment but you need to update the `interleave2` intrinsic in MLIR. MLIR doesn't build with this patch which you can see in pre-commit:
> _bk;t=1713985770943In file included from /var/lib/buildkite-agent/builds/linux-56-59b8f5d88-zw2hg-1/llvm-project/github-pull-requests/mlir/lib/Target/LLVMIR/Dialect/LLVMIR/LLVMIRToLLVMTranslation.cpp:39:
_bk;t=1713985770943/var/lib/buildkite-agent/builds/linux-56-59b8f5d88-zw2hg-1/llvm-project/github-pull-requests/build/tools/mlir/include/mlir/Dialect/LLVMIR/LLVMConvertibleLLVMIRIntrinsics.inc:156:18: error: no member named 'experimental_vector_interleave2' in namespace 'llvm::Intrinsic'
_bk;t=1713985770943llvm::Intrinsic::experimental_vector_interleave2,


https://github.com/llvm/llvm-project/pull/88748


More information about the llvm-commits mailing list