[all-commits] [llvm/llvm-project] 4cc26a: [X86][SSE] Use shouldUseHorizontalOp helper to det...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Fri Jul 10 04:14:06 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 4cc26a44ca8b29abf9e73a1048e8a36ac87b1fa1
https://github.com/llvm/llvm-project/commit/4cc26a44ca8b29abf9e73a1048e8a36ac87b1fa1
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-07-10 (Fri, 10 Jul 2020)
Changed paths:
M llvm/lib/Target/X86/X86ISelLowering.cpp
Log Message:
-----------
[X86][SSE] Use shouldUseHorizontalOp helper to determine whether to use (F)HADD. NFCI.
Commit: 9ce98312896c5c67adb3a137506758d2cac8bb37
https://github.com/llvm/llvm-project/commit/9ce98312896c5c67adb3a137506758d2cac8bb37
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-07-10 (Fri, 10 Jul 2020)
Changed paths:
M llvm/lib/Analysis/StackSafetyAnalysis.cpp
Log Message:
-----------
StackSafetyAnalysis.cpp - pass ConstantRange arg as const reference.
Avoids unnecessary copies and silences clang tidy warning - we do this in most places, there are just a few that were missed.
Compare: https://github.com/llvm/llvm-project/compare/69a89b54c626...9ce98312896c
More information about the All-commits
mailing list