search for: aarch64targettransforminfo

Displaying 2 results from an estimated 2 matches for "aarch64targettransforminfo".

2017 Aug 04
2
Status of llvm.experimental.vector.reduce.* intrinsics
...the intrinsics > have probably proven themselves to be stable. However the error you're > seeing is because the AArch64 backend still expects to deal with only > intrinsics it can *natively* support, and i1 is not a natively supported > type for reductions. See the code in > AArch64TargetTransformInfo.cpp:useReductionIntrinsic() for where we > decide which reduction types we can support. > > For these cases, we need to implement more generic legalization support > in order to either promote to a legal type, or in cases where the target > cannot support it as a native operation...
2017 Aug 04
3
Status of llvm.experimental.vector.reduce.* intrinsics
...o be stable. However the error > you're > > seeing is because the AArch64 backend still expects to deal with only > > intrinsics it can *natively* support, and i1 is not a natively > supported > > type for reductions. See the code in > > AArch64TargetTransformInfo.cpp:useReductionIntrinsic() for where we > > decide which reduction types we can support. > > > > For these cases, we need to implement more generic legalization > support > > in order to either promote to a legal type, or in cases where the >...