[all-commits] [llvm/llvm-project] 96e0f3: [X86] Auto upgrade SSE/AVX PABS intrinsics to gene...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Mon Sep 7 07:10:37 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 96e0f34be797ab8bb80526367009495a7eb2118f
https://github.com/llvm/llvm-project/commit/96e0f34be797ab8bb80526367009495a7eb2118f
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-09-07 (Mon, 07 Sep 2020)
Changed paths:
M llvm/lib/IR/AutoUpgrade.cpp
Log Message:
-----------
[X86] Auto upgrade SSE/AVX PABS intrinsics to generic Intrinsic::abs
Minor followup to D87101, we were expanding this to a neg+icmp+select pattern like we were in CGBuiltin
More information about the All-commits
mailing list