[PATCH] D87188: [InstCombine] Canonicalize SPF to abs intrinc (WIP)

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Sep 6 12:17:36 PDT 2020


nikic added a comment.

To give an example of what I mean by more unrolling, https://editor.mergely.com/z5GcKJGU/ is the diff for Bitcode/simd_ops/CMakeFiles/simd_ops_test_op_pabsd_237. This is a loop with llvm.abs.v4i32 operations that now has double the unrolling factor.


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

https://reviews.llvm.org/D87188



More information about the llvm-commits mailing list