Displaying 2 results from an estimated 2 matches for "field_type_vector_tipcalculator".
2015 Oct 05
2
Swift to IR, generates wrong IR
...have a simple swift code from which I generate IR code with ‘swiftc test.swift -emit-ir -o test.ll'
When I try to run the .ll file or apply optimization with opt, I get errors like this one:
lli: test.ll:548:110: error: expected instruction opcode
%9 = cmpxchg i64* bitcast (%swift.type*** @field_type_vector_TipCalculator to i64*), i64 0, i64 %8 seq_cst seq_cst
^
I know swift is not part of the LLVM oss project, but is this problem coming from sw...
2015 Oct 05
2
Swift to IR, generates wrong IR
...ich I generate IR code with ‘swiftc test.swift -emit-ir -o test.ll'
>> When I try to run the .ll file or apply optimization with opt, I get errors like this one:
>>
>> lli: test.ll:548:110: error: expected instruction opcode
>> %9 = cmpxchg i64* bitcast (%swift.type*** @field_type_vector_TipCalculator to i64*), i64 0, i64 %8 seq_cst seq_cst
>> ^
>> I know swift is not part of the LLVM oss project, but is this probl...