[all-commits] [llvm/llvm-project] 487f15: [AMDGPU] Fix setcc combine for i128
Sebastian Neubauer via All-commits
all-commits at lists.llvm.org
Tue Oct 26 04:43:23 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 487f15603e7394658423ab0a0c9afd3d51cd068d
https://github.com/llvm/llvm-project/commit/487f15603e7394658423ab0a0c9afd3d51cd068d
Author: Neubauer, Sebastian <Sebastian.Neubauer at amd.com>
Date: 2021-10-26 (Tue, 26 Oct 2021)
Changed paths:
M llvm/lib/Target/AMDGPU/SIISelLowering.cpp
M llvm/test/CodeGen/AMDGPU/setcc64.ll
Log Message:
-----------
[AMDGPU] Fix setcc combine for i128
The combine asserted if constants could not be represented as uint64_t.
Use APInts to fix this.
Differential Revision: https://reviews.llvm.org/D112416
More information about the All-commits
mailing list