[LV] Add test where either a libfunc or intrinsic is chosen.
authorFlorian Hahn <flo@fhahn.com>
Mon, 29 Aug 2022 09:51:19 +0000 (10:51 +0100)
committerFlorian Hahn <flo@fhahn.com>
Mon, 29 Aug 2022 09:51:20 +0000 (10:51 +0100)
commit005d1a8ff533dfacba1fb61b7fa70c1311ddcab3
treea7fd670a619cd347e863f711f7cd47f9869263dc
parentb5b750346346bfe95c7c6b1cceacc6cfccc8f4f4
[LV] Add test where either a libfunc or intrinsic is chosen.

In the newly added test either a libfunc (VF=2) or a intrinsic (VF=4)
can be chosen.

Test coverage for D132585.
llvm/test/Transforms/LoopVectorize/AArch64/widen-call-with-intrinsic-or-libfunc.ll [new file with mode: 0644]