[all-commits] [llvm/llvm-project] caa8aa: [SelectionDAG] Rename CallOptions::IsSExt to IsSig...
Craig Topper via All-commits
all-commits at lists.llvm.org
Tue Dec 3 18:26:05 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: caa8aa551bf8d2f29e76aad4ac6dcea6940eef13
https://github.com/llvm/llvm-project/commit/caa8aa551bf8d2f29e76aad4ac6dcea6940eef13
Author: Craig Topper <craig.topper at sifive.com>
Date: 2024-12-03 (Tue, 03 Dec 2024)
Changed paths:
M llvm/include/llvm/CodeGen/TargetLowering.h
M llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
M llvm/lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp
M llvm/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
M llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
Log Message:
-----------
[SelectionDAG] Rename CallOptions::IsSExt to IsSigned. NFC (#118574)
This is eventually passed to shouldSignExtendTypeInLibCall which calls
it IsSigned.
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