[llvm-dev] Finding AllocaInst inside loop (original) (raw)
via llvm-dev llvm-dev at lists.llvm.org
Sat Apr 22 23:21:39 PDT 2017
- Previous message: [llvm-dev] Is subclass of ScheduleDAGMILive a pre-RA scheduler?
- Next message: [llvm-dev] why do undefined globals end up in .data instead of .bss?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi Everyone,
I am trying to find out all AllocaInst inside loop. But the problem is due to code motion AllocaInst is moved outside the loop.
I tried -O0 but the problem remains.
Can some please tell me where I am doing wrong or there is some other approach to catch AllocaInst inside the loop.
-- Thanks and Regards Awanish Pandey PhD, CSE IIT Kanpur
- Previous message: [llvm-dev] Is subclass of ScheduleDAGMILive a pre-RA scheduler?
- Next message: [llvm-dev] why do undefined globals end up in .data instead of .bss?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]