[all-commits] [llvm/llvm-project] 2e54b4: [ARM] Silence signed comparison warning. NFC
David Green via All-commits
all-commits at lists.llvm.org
Mon Mar 31 06:23:56 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2e54b4f9ea3fb7e83b5fc5fe19235ea82f0d4549
https://github.com/llvm/llvm-project/commit/2e54b4f9ea3fb7e83b5fc5fe19235ea82f0d4549
Author: David Green <david.green at arm.com>
Date: 2025-03-31 (Mon, 31 Mar 2025)
Changed paths:
M llvm/lib/Target/ARM/ARMISelLowering.cpp
Log Message:
-----------
[ARM] Silence signed comparison warning. NFC
After f4ec179bf5295f92aa0346392a58fad54f9b458e, AbsImm is no longer signed and cannot be < 0.
Commit: b9b9addae6c79c72394c8260106f8ba5281e9747
https://github.com/llvm/llvm-project/commit/b9b9addae6c79c72394c8260106f8ba5281e9747
Author: David Green <david.green at arm.com>
Date: 2025-03-31 (Mon, 31 Mar 2025)
Changed paths:
A llvm/test/CodeGen/AArch64/bitcast-extend.ll
Log Message:
-----------
[AArch64] Add bitcast + extend tests. NFC
Compare: https://github.com/llvm/llvm-project/compare/aad9630e42d7...b9b9addae6c7
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