[all-commits] [llvm/llvm-project] 5424fb: [x86] fix formatting; NFC
RotateRight via All-commits
all-commits at lists.llvm.org
Wed Nov 10 10:30:15 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5424fb164a0fa68f4eec64325166b4f4d8898ae2
https://github.com/llvm/llvm-project/commit/5424fb164a0fa68f4eec64325166b4f4d8898ae2
Author: Sanjay Patel <spatel at rotateright.com>
Date: 2021-11-10 (Wed, 10 Nov 2021)
Changed paths:
M llvm/lib/Target/X86/X86ISelLowering.cpp
Log Message:
-----------
[x86] fix formatting; NFC
Commit: a8abd19b1073e0019ffe2b538cea5e9e0c6b9a27
https://github.com/llvm/llvm-project/commit/a8abd19b1073e0019ffe2b538cea5e9e0c6b9a27
Author: Sanjay Patel <spatel at rotateright.com>
Date: 2021-11-10 (Wed, 10 Nov 2021)
Changed paths:
M llvm/lib/Target/X86/X86ISelLowering.cpp
Log Message:
-----------
[x86] simplify code; NFC
We bail out if the types don't match, so it's clearer to
have a single variable to show that common type.
Compare: https://github.com/llvm/llvm-project/compare/ed4a91300b8f...a8abd19b1073
More information about the All-commits
mailing list