[all-commits] [llvm/llvm-project] 8b9254: [X86][SSE] Simplify PTEST/TESTP tests for D76984
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Tue Mar 31 10:02:44 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 8b925440d11b64108935f4fceb30d372caa68211
https://github.com/llvm/llvm-project/commit/8b925440d11b64108935f4fceb30d372caa68211
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-03-31 (Tue, 31 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] Simplify PTEST/TESTP tests for D76984
We don't need to use an allones for the second operand - test the general case.
Commit: 30436a1ce7f3d2de8aaaa5f559060682a54fd16e
https://github.com/llvm/llvm-project/commit/30436a1ce7f3d2de8aaaa5f559060682a54fd16e
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-03-31 (Tue, 31 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 additional PTEST/TESTP inversion tests
Compare: https://github.com/llvm/llvm-project/compare/cba15d1b5c54...30436a1ce7f3
More information about the All-commits
mailing list