[all-commits] [llvm/llvm-project] f33245: [AArch64] Fix a always true condition warning. NFC
David Green via All-commits
all-commits at lists.llvm.org
Mon Jan 1 07:56:18 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f33245a5c4411ce586efe2e12fc29aabb241f5e1
https://github.com/llvm/llvm-project/commit/f33245a5c4411ce586efe2e12fc29aabb241f5e1
Author: David Green <david.green at arm.com>
Date: 2024-01-01 (Mon, 01 Jan 2024)
Changed paths:
M llvm/lib/Target/AArch64/Disassembler/AArch64Disassembler.cpp
Log Message:
-----------
[AArch64] Fix a always true condition warning. NFC
As ImmVal is unsigned, it will always be >= 0
More information about the All-commits
mailing list