[all-commits] [llvm/llvm-project] 8ea3cf: AMDGPU: Use generic is.fpclass enum instead of loc...
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Thu Nov 10 20:53:01 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8ea3cf4b705506b629826a67397d10e6cd058282
https://github.com/llvm/llvm-project/commit/8ea3cf4b705506b629826a67397d10e6cd058282
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2022-11-10 (Thu, 10 Nov 2022)
Changed paths:
M llvm/lib/Target/AMDGPU/AMDGPUInstCombineIntrinsic.cpp
Log Message:
-----------
AMDGPU: Use generic is.fpclass enum instead of locally defined copy
The generic intrinsic uses the same bitlayout as the amdgcn intrinsic,
so re-use the enum.
More information about the All-commits
mailing list