Kevin McAfee

Results 2 issues of Kevin McAfee

Currently NOELLE enablers do not necessarily respect the semantics of LLVM's lifetime [intrinsics](https://llvm.org/docs/LangRef.html#memory-use-markers). Consider the following pseudocode: ```obj = alloca() for i in ... call llvm.lifetime.start(obj) obj[i] = x call...

enhancement

…le memory locations to remove a loop-carried dependence. Don't yet have a test case for this, so keeping as draft