[all-commits] [llvm/llvm-project] 5fef5e: [GlobalISel] matchSDivByConst should use isNullVal...
AtariDreams via All-commits
all-commits at lists.llvm.org
Mon Apr 22 15:47:40 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5fef5e68dcb015a73220173d08ab0987b6cf1582
https://github.com/llvm/llvm-project/commit/5fef5e68dcb015a73220173d08ab0987b6cf1582
Author: AtariDreams <gfunni234 at gmail.com>
Date: 2024-04-22 (Mon, 22 Apr 2024)
Changed paths:
M llvm/lib/CodeGen/GlobalISel/CombinerHelper.cpp
Log Message:
-----------
[GlobalISel] matchSDivByConst should use isNullValue() (#89666)
It has been using isZeroValue(), which is for floats, not integers.
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