Displaying 2 results from an estimated 2 matches for "989ea7a8".
2014 Apr 11
2
[LLVMdev] Proposal: Move host CPU auto-detection out of the TargetMachine
...lack of such things on the RUN line implies).
We should totally do this. We'll could have 'check' and 'check-alltargets'
targets.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140411/989ea7a8/attachment.html>
2014 Apr 11
2
[LLVMdev] Proposal: Move host CPU auto-detection out of the TargetMachine
On Thu, Apr 10, 2014 at 7:41 PM, Reid Kleckner <rnk at google.com> wrote:
> On Thu, Apr 10, 2014 at 6:32 PM, Jim Grosbach <grosbach at apple.com> wrote:
>>
>> It's very important that a run of "llc" on one machine produce the same
>> output on two heterogenous machines given the same input and command lines*.
>> That's not true right now,