[all-commits] [llvm/llvm-project] df457f: [X86] Use std::tie so we can have more meaningful ...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Sat Jul 30 10:57:35 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: df457f583abb23a87e6c6c69aebe0e0f74e75907
https://github.com/llvm/llvm-project/commit/df457f583abb23a87e6c6c69aebe0e0f74e75907
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2022-07-30 (Sat, 30 Jul 2022)
Changed paths:
M llvm/lib/Target/X86/X86ISelLowering.cpp
Log Message:
-----------
[X86] Use std::tie so we can have more meaningful variable names for demanded bits/elts pairs. NFCI.
*.first + *.second were proving difficult to keep track of.
More information about the All-commits
mailing list