When writing kernel, save the branches til the end. They are still put in the...
When writing kernel, save the branches til the end. They are still put in the "right place" in the schedule, but sometimes when folding to make a kernel instructions are added between branches. This is wrong. To avoid this, we handle branches special. llvm-svn: 18450
Loading
Please register or sign in to comment