[all-commits] [llvm/llvm-project] 420436: [X86] X86InstrInfo.cpp - fix signed/unsigned promo...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Wed Jun 15 10:22:00 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4204361fed2daffbd71ac2ffdc9387ade1a8f88f
https://github.com/llvm/llvm-project/commit/4204361fed2daffbd71ac2ffdc9387ade1a8f88f
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2022-06-15 (Wed, 15 Jun 2022)
Changed paths:
M llvm/lib/Target/X86/X86InstrInfo.cpp
Log Message:
-----------
[X86] X86InstrInfo.cpp - fix signed/unsigned promotion warnings in addImm calls
addImm takes a int64_t arg but we were using uint64_t types
More information about the All-commits
mailing list