Bug 152814 - devel/llvm patch for mmx/sse issue
Summary: devel/llvm patch for mmx/sse issue
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Brooks Davis
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-04 00:00 UTC by Ruben
Modified: 2010-12-08 02:36 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ruben 2010-12-04 00:00:23 UTC
There's an mmx bug in llvm 2.8

http://llvm.org/bugs/show_bug.cgi?id=8200

that can be fixed with this patch posted to the bugzilla

http://llvm.org/bugs/show_bug.cgi?id=8381#c13

I have compiled the FreeBSD port with this patch and verified that it works, it should be committed to the port.  I sent this patch to the maintainer a week ago and received no response so I'm filing the PR.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-12-04 00:00:37 UTC
Responsible Changed
From-To: freebsd-ports-bugs->brooks

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-12-07 23:00:50 UTC
brooks      2010-12-07 23:00:44 UTC

  FreeBSD ports repository

  Modified files:
    devel/llvm           Makefile distinfo 
  Added files:
    devel/llvm/files     patch-lib_Target_X86_X86ISelLowering.cpp 
  Log:
  Fix LLVM Bug 8381 - Incorrect x86/SSE code generation involving
  <<8 x i16>> vector
  
  PR:             ports/152814
  
  Revision  Changes    Path
  1.39      +1 -0      ports/devel/llvm/Makefile
  1.15      +0 -1      ports/devel/llvm/distinfo
  1.1       +27 -0     ports/devel/llvm/files/patch-lib_Target_X86_X86ISelLowering.cpp (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Brooks Davis freebsd_committer freebsd_triage 2010-12-08 02:36:40 UTC
State Changed
From-To: open->closed

Committed.