[all-commits] [llvm/llvm-project] ff51bc: [X86] KnownBits - use llvm min/max intrinsics inst...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Sat Feb 20 04:12:20 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ff51bcee4a2b331e3ccda54a06617165813b0572
https://github.com/llvm/llvm-project/commit/ff51bcee4a2b331e3ccda54a06617165813b0572
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2021-02-20 (Sat, 20 Feb 2021)
Changed paths:
M llvm/test/CodeGen/X86/known-bits-vector.ll
M llvm/test/CodeGen/X86/known-signbits-vector.ll
Log Message:
-----------
[X86] KnownBits - use llvm min/max intrinsics instead of (deprecated) sse intrinsics. NFCI.
These are auto-upgraded to the equivalent llvm variants now.
Commit: 63422bcb23f8ba896a7475df5ef536cabd73a26a
https://github.com/llvm/llvm-project/commit/63422bcb23f8ba896a7475df5ef536cabd73a26a
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2021-02-20 (Sat, 20 Feb 2021)
Changed paths:
M llvm/test/CodeGen/X86/sse2-intrinsics-x86.ll
Log Message:
-----------
[X86][SSE2] Remove SSE2 min/max intrinsics tests
These are now autoupgraded to the llvm equivalents and the tests already moved sse2-intrinsics-x86-upgrade.ll
Commit: b9f3b305e599885de0e9784e5ea997ba4100a99e
https://github.com/llvm/llvm-project/commit/b9f3b305e599885de0e9784e5ea997ba4100a99e
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2021-02-20 (Sat, 20 Feb 2021)
Changed paths:
M llvm/test/CodeGen/X86/sse41-intrinsics-x86.ll
Log Message:
-----------
[X86][SSE] Remove SSE41 min/max intrinsics tests
These are now autoupgraded to the llvm equivalents and the tests already moved sse41-intrinsics-x86-upgrade.ll
Compare: https://github.com/llvm/llvm-project/compare/761bbed264f7...b9f3b305e599
More information about the All-commits
mailing list