dyung
dyung
Hi, we have an internal test that checks that compiling with and without optnone at O0 does not change the code generated by the compiler, and one of the tests...
> Hi @dyung. > > The observed difference is due to the FP contraction turned off if optnone is specified. In O0 this optimization is still applied. As a result,...
This change is also causing a failure on our internal Windows builder, and a public Windows bot: https://lab.llvm.org/buildbot/#/builders/119/builds/17634 ``` 88.872 [191/66/4550] Linking CXX executable bin\clang-repl.exe FAILED: bin/clang-repl.exe cmd.exe /C "cd...
It looks like we need a `lit.local.cfg` file to mark the tests as unsupported if X86 is not in the built targets?
> > lit.local.cfg > > @dyung I changed the PR and added `lit.local.cfg` that ignores the target if it doesn't support X86, but I cannot test it on Mac by...
@XChy your change seems to be causing a test failure of `llvm/test/CodeGen/Generic/live-debug-label.ll` on several buildbots: - https://lab.llvm.org/buildbot/#/builders/183/builds/20800 - https://lab.llvm.org/buildbot/#/builders/188/builds/44495 - https://lab.llvm.org/buildbot/#/builders/245/builds/23249 - https://lab.llvm.org/buildbot/#/builders/280/builds/1949 - https://lab.llvm.org/buildbot/#/builders/119/builds/17315 Can you take a look...