[PATCH] D87101: [X86] Update SSE/AVX ABS intrinsics to emit llvm.abs.* (PR46851)
Nikita Popov via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Sep 3 13:09:33 PDT 2020
nikic added a comment.
I think our abs intrinsic support is already sufficient to start canonicalizing to the intrinsic variant (the same is not true for min/max intrinsics). We might want to make the InstCombine change before this one, to make sure we don't lose CSE opportunities between the intrinsic and the expanded forms. Though if that's not a concern for these vector intrinsics, then this LG to me.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D87101/new/
https://reviews.llvm.org/D87101
More information about the cfe-commits
mailing list