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

Jim Grosbach <[email protected]> changed:

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

--- Comment #2 from Jim Grosbach <[email protected]> ---
Correct. JIT clients need to specify a CPU and/or target features.

Note that the old JIT's use of autodetection also led to frequent backend
failures on newer hardware (sandy bridge and forward), as it doesn't know how
to handle lots of the new instructions. That won't happen anymore.

-- 
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