Displaying 5 results from an estimated 5 matches for "gangryung".
2014 Oct 01
2
[LLVMdev] LLVM opt GVN.cpp
Hi,
I wonder what PRE algorithm is used for the GVN.cpp in LLVM. Any
reference will be appreciated.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140930/3d7f74e3/attachment.html>
2016 Aug 29
2
cmake configuration changes to build Kaleidoscope outside of llvm examples src tree
I try to understand cmake build configuration. As an example, I copied
Kaleidoscope from llvm examples to some other directory (e.g.,
/tmp/Kaleidoscope). What change(s) that I need to make to "CMakkeLists.txt"
in order to build Kaleidoscope from /tmp/Kaleidoscope?
Thank you.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2011 Jul 29
0
[LLVMdev] sparc assembly code generation with 2.9/final clang and llvm
...f this error, I commented
clang/lib/Driver/Tools.cpp:L680.
I wonder whether there are any significant the side-effects from
commenting "CmdArgs.push_back("soft");"
Also, can anyone explain the significance of the option
-ccc-host-triple sparc-unknown-linux?
Thanks,
Gangryung
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110729/adee2ae7/attachment.html>
2013 Apr 12
1
[LLVMdev] arm machine code with clang 3.2
What would be the proper clang (3.2) options to generate ARM for Raspberry
pi for LLVM 3.2 with clang 3.2? I realized that "-ccc-host-triple" is no
longer valid option in clang.
p.s.
I googled and found the following which doesn't work with clang 3.2.
To cross-compile for Raspberry Pi add flags -ccc-host-triple arm-eabi -marm
-mfpu=vfp -mcpu=arm1176jzf-s -mtune=arm1176jzf-s
2013 Sep 01
0
[LLVMdev] llvm-tblgen for ARMInstrFormats.td with !if(a,b,c)
Hi,
I wonder whether I can conditionally set AsmString in class sI. For
instance, I would like to know whether it is possible to establish some int
or bit operator to check whether bits<4> p is 14. What I would like to do
is to set AsmString as follows,
class sI<...> :InstARM<....> {
...
let AsmString = !if(some operator, !strconcat(ppc, "${s}",