[PATCH] D87101: [X86] Update SSE/AVX ABS intrinsics to emit llvm.abs.* (PR46851)

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 7 05:37:10 PDT 2020


RKSimon added a comment.

In D87101#2256557 <https://reviews.llvm.org/D87101#2256557>, @spatel wrote:

> I noticed one other LLVM codegen test that might want to be updated to use the IR intrinsics to be more relevant -- llvm-project/llvm/test/CodeGen/X86/combine-abs.ll. That can be done with this patch or later.

I'm going to address that one in a followup that cleans up the x86 PABS intrinsic handling in AutoUpgrade.cpp


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D87101/new/

https://reviews.llvm.org/D87101



More information about the llvm-commits mailing list