[all-commits] [llvm/llvm-project] 4b530f: [X86][SSE] Use llvm.abs.* vector intrinsics instea...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Mon Sep 7 06:32:01 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 4b530f75199d9b5e7ee1f4e86e1513a83b4b86cb
https://github.com/llvm/llvm-project/commit/4b530f75199d9b5e7ee1f4e86e1513a83b4b86cb
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-09-07 (Mon, 07 Sep 2020)
Changed paths:
M llvm/test/CodeGen/X86/combine-abs.ll
Log Message:
-----------
[X86][SSE] Use llvm.abs.* vector intrinsics instead of old (deprecated) SSE/AVX intrinsics for combine tests
This also allows us to extend testing to SSE2+ targets
More information about the All-commits
mailing list