[LLVMdev] Fw: Sequence of BuildMI without order dependency (original) (raw)
Alex Turjan aturjan at yahoo.com
Fri Jul 3 11:38:04 PDT 2015
- Previous message: [LLVMdev] Sequence of BuildMI without order dependency
- Next message: [LLVMdev] DEBUG_TYPE
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi all,Im writing a pass just before the register allocator in which Im inserting a sequence of new instructions.I do this by calling subsequently for a number of times BuildMI.As a result I see that there is a dependency between the produced instructions which shouldnt be there as the instructions are not data dependent.Can anybody tell me how to avoid getting the dependency?thanks,Alex
-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20150703/67d11825/attachment.html>
- Previous message: [LLVMdev] Sequence of BuildMI without order dependency
- Next message: [LLVMdev] DEBUG_TYPE
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]