[all-commits] [llvm/llvm-project] 8d85da: [X86][SSE] Add combine tests for PTEST/TESTPS/TEST...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Sat Mar 28 04:54:09 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 8d85da5f5a2d2e6a03fd1dc215393e5e6d31255c
https://github.com/llvm/llvm-project/commit/8d85da5f5a2d2e6a03fd1dc215393e5e6d31255c
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-03-28 (Sat, 28 Mar 2020)
Changed paths:
A llvm/test/CodeGen/X86/combine-ptest.ll
A llvm/test/CodeGen/X86/combine-testpd.ll
A llvm/test/CodeGen/X86/combine-testps.ll
Log Message:
-----------
[X86][SSE] Add combine tests for PTEST/TESTPS/TESTPD instructions
Including some test coverage for PR38522
Commit: d34d2ec28be1e80adb4e033f44b88acb289817cd
https://github.com/llvm/llvm-project/commit/d34d2ec28be1e80adb4e033f44b88acb289817cd
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-03-28 (Sat, 28 Mar 2020)
Changed paths:
M llvm/test/CodeGen/X86/combine-ptest.ll
Log Message:
-----------
[X86][SSE] Add original PR38522 test case
Commit: 8c1dbd5c1e2b53e39201b8aefc9c1f2dcb73ea13
https://github.com/llvm/llvm-project/commit/8c1dbd5c1e2b53e39201b8aefc9c1f2dcb73ea13
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-03-28 (Sat, 28 Mar 2020)
Changed paths:
M llvm/test/CodeGen/X86/combine-ptest.ll
M llvm/test/CodeGen/X86/combine-testpd.ll
M llvm/test/CodeGen/X86/combine-testps.ll
Log Message:
-----------
[X86][SSE] Add testnzc(~X,Y) -> testnzc(X,Y) test cases
Compare: https://github.com/llvm/llvm-project/compare/37943e518c5a...8c1dbd5c1e2b
More information about the All-commits
mailing list