[all-commits] [llvm/llvm-project] 010b09: [DAG] reassociateOpsCommutative - test getNode res...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Thu Nov 11 10:47:16 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 010b09b0c5d0ecf211b4675ec7f66767fdc24c87
https://github.com/llvm/llvm-project/commit/010b09b0c5d0ecf211b4675ec7f66767fdc24c87
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2021-11-11 (Thu, 11 Nov 2021)
Changed paths:
M llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
Log Message:
-----------
[DAG] reassociateOpsCommutative - test getNode result directly. NFC
Matches the clean code style we use directly above
Commit: 94a901a50ad0d927a7c32e638053958891754955
https://github.com/llvm/llvm-project/commit/94a901a50ad0d927a7c32e638053958891754955
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2021-11-11 (Thu, 11 Nov 2021)
Changed paths:
M llvm/lib/Target/X86/X86ISelLowering.cpp
Log Message:
-----------
[X86] Move LowerFunnelShift below LowerShift. NFC.
Makes it easier to reuse the various vector shift helpers defined above LowerShift
Compare: https://github.com/llvm/llvm-project/compare/8188484daa41...94a901a50ad0
More information about the All-commits
mailing list