Displaying 4 results from an estimated 4 matches for "crag".
Did you mean:
cra
2017 Dec 21
3
llc: Unknown command line argument '-debug-only=isel'
-debug-only only works on builds with assertions enabled. Your version
string says optimized build and doesn’t mention assertions.
On Thu, Dec 21, 2017 at 7:15 AM Leslie Zhai via llvm-dev <
llvm-dev at lists.llvm.org> wrote:
> Hi LLVM developers,
>
> llc -march=mips -debug-only=isel was able to work in Nov 8 2017
> https://reviews.llvm.org/D39723
>
> But it doesn't
2013 Mar 04
0
Guestconv library and python worker process
...per API call: guestconv_add_drive,
guestconv_root, and guestconv_convert) and write the results to stdout.
Does that sound good to the list? Of course, we'll need to define what
exactly what the stdin/stdout interface looks like, but that will be
straightforward given the C API.
Thanks,
--Crag
Ref: https://www.redhat.com/archives/libguestfs/2013-February/msg00107.html
2013 Apr 12
2
Internationalisation in guestconv
I've added internationalisation to guestconv, and updated HACKING with a
new section. Any thoughts/comments?
Matt
2020 Jun 08
2
Nested instruction patterns rejected by GlobalISel when having registers in Defs
Hi Daniel,
Thanks for replying; I was hoping to get in touch with you on this issue.
I had a look at how SelectionIDAG does it when generating the matcher table,
and it does consider the implicit defs as additional output. Here is the
match table generated for the pattern:
/* 0*/ OPC_CheckOpcode, TARGET_VAL(ISD::SIGN_EXTEND),
/* 3*/ OPC_MoveChild0,
/* 4*/ OPC_CheckOpcode,