search for: ca5ee3b9

Displaying 1 result from an estimated 1 matches for "ca5ee3b9".

2013 Nov 11
1
[LLVMdev] if-conversion
Hi, > > Sorry to dig up an old thread but I wondered what the status of > if-conversion in LLVM is. Has any work been done towards handling this as a > transform pass on the IR? > As far as I know, some if-conversion is done in SimplifyCFG: Have a look at the SpeculativelyExecuteBB function in lib/Transforms/Utils/SimplifyCFG.cpp. Cheers, Jonas -------------- next part