search for: kumail

Displaying 3 results from an estimated 3 matches for "kumail".

Did you mean: kmail
2017 Feb 20
2
Question on GlobalISel Intermediate invariants
Hello, I just started using the GlobalISel framework. Is there a way to emit all intermediate invariants from IRTranslator to Instrution-Selection in a single instruction? It will be really handy. I mean something like '-save-temps' in clang. Best regards, Kumail Ahmed -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20170220/d9f7ac36/attachment.html>
2017 Jan 27
2
Preserving Call to Intrinsic function
...a builtin function. The builtin takes in an integer type, and also returns back an integer type: def int_XX : GCCBuiltin<"__builtin_XX">, Intrinsic<[llvm_i32_ty], [llvm_i32_ty]>; Is there some flag that I'm missing? Your help will be really appreciated. Best Regards, Kumail Ahmed -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20170127/4335399b/attachment.html>
2016 Jan 14
3
Aligning Long Long Vairables
...ign = 32 ; LongLongWidth = 64; The asm output is still 8 bytes, when I declare a long long global array: .align 8 How can I change the alignment from 8 byte to 4 byte for long long variables? Do I need to write an ASMprinter class or change something in my backend? Thank you. -- Best Regards, Kumail Ahmed M.Sc. Student TU Kaiserslautern