Displaying 2 results from an estimated 2 matches for "89b026f8".
2016 Aug 12
2
Why does new llvm-as reject old IR format?
Hi all,
I have the below input
define i32 @myCas(i32* %ptr, i32 %cmp, i32 %val) #0 {
entry:
%0 = cmpxchg volatile i32* %ptr, i32 %cmp, i32 %val seq_cst
%1 = extractvalue { i32, i1 } %0, 0
ret i32 %1
}
When I provide this input file to llvm-as 3.6 I get the error
a.ll: error: Expected ordering on atomic instruction
%1 = extractvalue { i32, i1 } %0, 0
This is because instruction syntax
2016 Aug 12
2
Why does new llvm-as reject old IR format?
...: Views, concerns, thoughts, questions, ideas expressed in this
mail are of my own and my employer has no take in it. *
Thank You.
Madhur D. Amilkanthwar
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160812/89b026f8/attachment.html>