[all-commits] [llvm/llvm-project] b5edd5: AMDGPU/GlobalISel: Do not create readfirstlane wit...
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Thu Dec 15 18:44:24 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b5edd522d195447e3ae16f95c5821762edbf815a
https://github.com/llvm/llvm-project/commit/b5edd522d195447e3ae16f95c5821762edbf815a
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2022-12-15 (Thu, 15 Dec 2022)
Changed paths:
M llvm/lib/Target/AMDGPU/AMDGPUCallLowering.cpp
M llvm/lib/Target/AMDGPU/AMDGPUCallingConv.td
M llvm/test/CodeGen/AMDGPU/GlobalISel/irtranslator-amdgpu_ps.ll
Log Message:
-----------
AMDGPU/GlobalISel: Do not create readfirstlane with non-s32 type
We should probably handle any 32-bit type here, but the intrinsic
definition and selection pattern currently do not. Avoids a few lit
tests failures when switched on by default.
More information about the All-commits
mailing list