Alexey Samsonov
2014-Apr-30 20:30 UTC
[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>
Hal Finkel
2014-Apr-30 20:37 UTC
[LLVMdev] Is it ok to nuke fpcmp and llvm-PerfectShuffle utils?
----- Original Message -----> From: "Alexey Samsonov" <samsonov at google.com> > To: "LLVM Developers Mailing List" <llvmdev at cs.uiuc.edu> > Sent: Wednesday, April 30, 2014 3:30:12 PM > Subject: [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. -Hal> > > > > -- > > > Alexey Samsonov, Mountain View, CA > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev >-- Hal Finkel Assistant Computational Scientist Leadership Computing Facility Argonne National Laboratory
Alexey Samsonov
2014-Apr-30 20:43 UTC
[LLVMdev] Is it ok to nuke fpcmp and llvm-PerfectShuffle utils?
On Wed, Apr 30, 2014 at 1:37 PM, Hal Finkel <hfinkel at anl.gov> wrote:> ----- Original Message ----- > > From: "Alexey Samsonov" <samsonov at google.com> > > To: "LLVM Developers Mailing List" <llvmdev at cs.uiuc.edu> > > Sent: Wednesday, April 30, 2014 3:30:12 PM > > Subject: [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 > > > > > > > > > > > -- > > > > > > Alexey Samsonov, Mountain View, CA > > _______________________________________________ > > LLVM Developers mailing list > > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev > > > > -- > Hal Finkel > Assistant Computational Scientist > Leadership Computing Facility > Argonne National Laboratory >-- Alexey Samsonov, Mountain View, CA -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140430/410d35bc/attachment.html>
Reasonably Related Threads
- [LLVMdev] Is it ok to nuke fpcmp and llvm-PerfectShuffle utils?
- [LLVMdev] Is it ok to nuke fpcmp and llvm-PerfectShuffle utils?
- [LLVMdev] Is it ok to nuke fpcmp and llvm-PerfectShuffle utils?
- [LLVMdev] Building llvm 1.8a on apple x86
- [LLVMdev] tblgen(75451) malloc: *** error for object 0x7fff5fbfcbd0: pointer being reallocated was not allocated