[all-commits] [llvm/llvm-project] 248fba: AMDGPU: Remove pointless setOperationAction for xi...
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Thu Dec 21 20:25:08 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 248fba0cd806a0f6bf4b0f12979f2185f2bed111
https://github.com/llvm/llvm-project/commit/248fba0cd806a0f6bf4b0f12979f2185f2bed111
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2023-12-22 (Fri, 22 Dec 2023)
Changed paths:
M llvm/lib/Target/AMDGPU/SIISelLowering.cpp
Log Message:
-----------
AMDGPU: Remove pointless setOperationAction for xint_to_fp
The legalize action for uint_to_fp/sint_to_fp uses the source integer
type, not the result FP type so setting an action on an FP type does
nothing.
More information about the All-commits
mailing list