[PATCH] D147732: [AMDGPU] Add f32 permlane{16, x16} builtin variants
Stanislav Mekhanoshin via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Apr 14 09:16:07 PDT 2023
rampitec added a comment.
In D147732#4267553 <https://reviews.llvm.org/D147732#4267553>, @foad wrote:
> Changing the existing intrinsics to use type mangling could break clients like LLPC and Mesa. I've put up a patch for LLPC to protect it against this change: https://github.com/GPUOpen-Drivers/llpc/pull/2404
It can be fixed with IR autoupgrade I suppose.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D147732/new/
https://reviews.llvm.org/D147732
More information about the cfe-commits
mailing list