[all-commits] [llvm/llvm-project] 219a39: AMDGPU: Fix assertion on assorted canonicalize vec...
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Mon May 22 08:45:18 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 219a3992ee737491e0fa319286ebafa86a30b203
https://github.com/llvm/llvm-project/commit/219a3992ee737491e0fa319286ebafa86a30b203
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2023-05-22 (Mon, 22 May 2023)
Changed paths:
M llvm/lib/Target/AMDGPU/SIISelLowering.cpp
M llvm/test/CodeGen/AMDGPU/fcanonicalize.f16.ll
Log Message:
-----------
AMDGPU: Fix assertion on assorted canonicalize vector types
This assert should have the same set of vector types as the binary
and ternary case (although this assert is kind of pointless, the code
should work for any vector type as-is).
Fixes part of issue #32650.
More information about the All-commits
mailing list