Displaying 2 results from an estimated 2 matches for "armperfectshuffl".
Did you mean:
armperfectshuffle
2014 Apr 30
2
[LLVMdev] Is it ok to nuke fpcmp and llvm-PerfectShuffle utils?
They are not used in the regression test suite anymore, and are not even
built in CMake build tree.
--
Alexey Samsonov, Mountain View, CA
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140430/c015da10/attachment.html>
2014 Apr 30
2
[LLVMdev] Is it ok to nuke fpcmp and llvm-PerfectShuffle utils?
...>
> >
> >
> > They are not used in the regression test suite anymore, and are not
> > even built in CMake build tree.
>
> You cannot nuke llvm-PerfectShuffle... that is the utility used to
> generate the lib/Target/ARM64/ARM64PerfectShuffle.h,
> lib/Target/ARM/ARMPerfectShuffle.h and
> lib/Target/PowerPC/PPCPerfectShuffle.h files.
>
Ouch, indeed... Is it ok it has no build rules? If yes, we can just break
the dependency between test suite and this utility.
>
> -Hal
>
> >
> >
> >
> >
> > --
> >
> >
> > Ale...