[all-commits] [llvm/llvm-project] 0350d2: AMDGPU: Fix vector handling in pown libcall simpli...
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Mon Jun 17 12:43:39 PDT 2024
Branch: refs/heads/users/arsenm/amdgpu-simplify-libcall-pow-fix-pown-vectors
Home: https://github.com/llvm/llvm-project
Commit: 0350d2c4c4ebaf9e5a2d506dcb3928f724db2080
https://github.com/llvm/llvm-project/commit/0350d2c4c4ebaf9e5a2d506dcb3928f724db2080
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2024-06-17 (Mon, 17 Jun 2024)
Changed paths:
M llvm/lib/Target/AMDGPU/AMDGPULibCalls.cpp
M llvm/test/CodeGen/AMDGPU/amdgpu-simplify-libcall-pown.ll
Log Message:
-----------
AMDGPU: Fix vector handling in pown libcall simplification
The isIntegerTy check would not work as you would hope in
the vector case.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list