[all-commits] [llvm/llvm-project] 3277f6: [SDAG] Remove invalid check (NFC) (#146899)
Benjamin Maxwell via All-commits
all-commits at lists.llvm.org
Mon Jul 7 06:42:52 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3277f623440f919767fa024c27246cdd70477a48
https://github.com/llvm/llvm-project/commit/3277f623440f919767fa024c27246cdd70477a48
Author: Benjamin Maxwell <benjamin.maxwell at arm.com>
Date: 2025-07-07 (Mon, 07 Jul 2025)
Changed paths:
M llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
Log Message:
-----------
[SDAG] Remove invalid check (NFC) (#146899)
It does not make sense to do !LC. LC is an RTLIB::Libcall enum, and zero
is a valid value.
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