[all-commits] [llvm/llvm-project] feb9d8: Fix sphinx indentation warning.
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Tue Aug 4 08:00:24 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: feb9d8bd8e60100b29f8a065995e14a16c871914
https://github.com/llvm/llvm-project/commit/feb9d8bd8e60100b29f8a065995e14a16c871914
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-08-04 (Tue, 04 Aug 2020)
Changed paths:
M llvm/docs/CommandGuide/llvm-exegesis.rst
Log Message:
-----------
Fix sphinx indentation warning.
Don't double indent and make it clear we're referting to the latency mode.
Commit: 6f0da46d538ec3003584cc6ea4419f4403f19771
https://github.com/llvm/llvm-project/commit/6f0da46d538ec3003584cc6ea4419f4403f19771
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-08-04 (Tue, 04 Aug 2020)
Changed paths:
M llvm/lib/Target/X86/X86ISelLowering.cpp
Log Message:
-----------
[X86] getFauxShuffleMask - drop unnecessary computeKnownBits OR(X,Y) shuffle decoding.
Now that rG47cea9e82dda941e lets us aggressively decode multi-use shuffles for the OR(SHUFFLE(),SHUFFLE()) case we don't need the computeKnownBits variant any more.
Compare: https://github.com/llvm/llvm-project/compare/0a8ac91a0845...6f0da46d538e
More information about the All-commits
mailing list