[all-commits] [llvm/llvm-project] 0dbe25: [X86] Use Register instead of unsigned. NFCI.
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Mon Sep 7 02:38:39 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 0dbe2504af81fc8ac7438d490b98370740442805
https://github.com/llvm/llvm-project/commit/0dbe2504af81fc8ac7438d490b98370740442805
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-09-07 (Mon, 07 Sep 2020)
Changed paths:
M llvm/lib/Target/X86/X86AsmPrinter.cpp
Log Message:
-----------
[X86] Use Register instead of unsigned. NFCI.
Fixes llvm-prefer-register-over-unsigned clang-tidy warning.
Commit: 22fa6b20d92efe796ad881aafe6e689960fe6e7d
https://github.com/llvm/llvm-project/commit/22fa6b20d92efe796ad881aafe6e689960fe6e7d
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-09-07 (Mon, 07 Sep 2020)
Changed paths:
M llvm/lib/Target/X86/X86FrameLowering.cpp
Log Message:
-----------
[X86] Use Register instead of unsigned. NFCI.
Fixes llvm-prefer-register-over-unsigned clang-tidy warnings.
Compare: https://github.com/llvm/llvm-project/compare/1a7a2cd7474e...22fa6b20d92e
More information about the All-commits
mailing list