Displaying 2 results from an estimated 2 matches for "e12f9727".
2017 Aug 03
4
Bug or incorrect use of inline asm?
Hi all,
I stumbled upon either a bug, or we are emitting wrong inline asm code.
The testcase is:
```
source_filename = "testcase.d"
target datalayout = "e-m:o-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-apple-macosx"
define void @_D7asanasm3fooFZv() {
%a = alloca [4 x i32], align 32
call void asm sideeffect "movl %ebx, 4+$0",
2017 Aug 04
2
Bug or incorrect use of inline asm?
..."4+$0").
So depending on the pointer argument, I need to write a + or without +,
complicating automatic codegen.
Thanks for the help,
Johan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20170804/e12f9727/attachment-0001.html>