Don't infer whether a value is captured in the current function from the
'nocapture' attribute. The nocapture attribute only specifies that no copies are made that outlive the function. This isn't the same as there being no copies at all. This fixes PR14045. llvm-svn: 167381
Loading
Please register or sign in to comment