[llvm-bugs] [Bug 32566] New: x86: No patterns for matching bit-test	and set
    via llvm-bugs 
    llvm-bugs at lists.llvm.org
       
    Fri Apr  7 09:38:25 PDT 2017
    
    
  
https://bugs.llvm.org/show_bug.cgi?id=32566
            Bug ID: 32566
           Summary: x86: No patterns for matching bit-test and set
           Product: libraries
           Version: trunk
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: Backend: X86
          Assignee: unassignedbugs at nondot.org
          Reporter: hans at chromium.org
                CC: llvm-bugs at lists.llvm.org
The .td files have entries for BTS instructions, but no patterns to match them.
In particular, for the _interlockedbittestandset intrinsic, we do the whole
"lock cmpxchg" dance instead of "lock bts".
-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20170407/b37a8a94/attachment.html>
    
    
More information about the llvm-bugs
mailing list