Displaying 2 results from an estimated 2 matches for "lldsavetemps".
2018 Mar 14
3
lld/lto/win32 crash on DIE code
...amp; M) Line 1700 C++
llvm::legacy::PassManager::run(llvm::Module & M) Line 1732 C++
compileModule(char * * argv, llvm::LLVMContext & Context) Line 572 C++
The input of this testcase is huge, full repro.tar is here: (14mb)
https://www.dropbox.com/s/ugv9sfqouhlszff/repro.tar?dl=0
With lld /lldsavetemps I managed to narrow down what it actually fails
on, specifcally from the Island.Tests.Windows.exe.0.5.precodegen.bc
(which fails too when passed to llc -O1)
This is the pattern that it generates:
https://gist.github.com/carlokok/fb0f1bf213ee4599d8f2442e37b23f03
If I read this correctly it someh...
2018 Mar 16
0
lld/lto/win32 crash on DIE code
...e 1700 C++
llvm::legacy::PassManager::run(llvm::Module & M) Line 1732 C++
compileModule(char * * argv, llvm::LLVMContext & Context) Line 572 C++
The input of this testcase is huge, full repro.tar is here: (14mb)
https://www.dropbox.com/s/ugv9sfqouhlszff/repro.tar?dl=0
With lld /lldsavetemps I managed to narrow down what it actually fails
on, specifcally from the Island.Tests.Windows.exe.0.5.precodegen.bc
(which fails too when passed to llc -O1)
This is the pattern that it generates:
https://gist.github.com/carlokok/fb0f1bf213ee4599d8f2442e37b23f03
If I read this correctly it somehow...