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

Tim Northover <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #5 from Tim Northover <[email protected]> ---
Should be fixed by r221961.

The issue was a stray TargetConstant in a position that's too generic; it
wasn't being selected (using TargetConstant is basically a promise to ISel that
whatever instruction gets generated will be able to cope with that value).

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to