[all-commits] [llvm/llvm-project] a138d7: [GlobalIsel] Fix tests for G_SCMP and G_UCMP (#100...
Thorsten Schütt via All-commits
all-commits at lists.llvm.org
Tue Jul 23 08:54:29 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a138d754cc1833e624aa89d4ac9fdb2086259e9a
https://github.com/llvm/llvm-project/commit/a138d754cc1833e624aa89d4ac9fdb2086259e9a
Author: Thorsten Schütt <schuett at gmail.com>
Date: 2024-07-23 (Tue, 23 Jul 2024)
Changed paths:
M llvm/test/CodeGen/AArch64/GlobalISel/legalize-threeway-cmp.mir
Log Message:
-----------
[GlobalIsel] Fix tests for G_SCMP and G_UCMP (#100133)
The return type of both is signed. Thus, we have to use sext.
Follow up to https://github.com/llvm/llvm-project/pull/99820
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