Changes
Summary
- [ARM] Rejig MVE load store tests. NFC This adjusts the load/store tests for better testing of alignments. It also adds some extra alignment 1 tests, useful for future commits.
- Revert "Temporarily bump minimum compiler version" It's been in for more than 30 min and no bots have complained. Let's see if some slow ones catch up. I'll do another manual pass on bots later (in case some that were down are back up), and then turn this on permanently through a regular review.
- Temporarily bump minimum compiler version It's pretty hard to find a reliable list of which bots use which compiler version... so I'm going to commit this change which allows us to mandate the compilers required for C++14. This bump is what we've already agreed to do, so I'll use the list of failures to figure out which bots need to bump their compiler version. I'll revert the change in a few minutes. The last discussion of this is here: http://lists.llvm.org/pipermail/llvm-dev/2019-August/134360.html
- [Driver] Delete XFAIL: windows-msvc after D65880/r368245 `-target %itanium_abi_triple` fixed the problem.
- [X86] Add CMOV_FR32X and CMOV_FR64X to the isCMOVPseudo function.
Change Type | Path in Repository | Path in Workspace |
---|---|---|
![]() | /llvm/trunk/test/CodeGen/Thumb2/mve-ldst-offset.ll | llvm.src/test/CodeGen/Thumb2/mve-ldst-offset.ll |
![]() | /llvm/trunk/test/CodeGen/Thumb2/mve-ldst-postinc.ll | llvm.src/test/CodeGen/Thumb2/mve-ldst-postinc.ll |
![]() | /llvm/trunk/test/CodeGen/Thumb2/mve-ldst-preinc.ll | llvm.src/test/CodeGen/Thumb2/mve-ldst-preinc.ll |
![]() | /llvm/trunk/test/CodeGen/Thumb2/mve-ldst-regimm.ll | llvm.src/test/CodeGen/Thumb2/mve-ldst-regimm.ll |
![]() | /llvm/trunk/test/CodeGen/Thumb2/mve-loadstore.ll | llvm.src/test/CodeGen/Thumb2/mve-loadstore.ll |
Change Type | Path in Repository | Path in Workspace |
![]() | /llvm/trunk/cmake/modules/CheckCompilerVersion.cmake | llvm.src/cmake/modules/CheckCompilerVersion.cmake |
Change Type | Path in Repository | Path in Workspace |
![]() | /llvm/trunk/cmake/modules/CheckCompilerVersion.cmake | llvm.src/cmake/modules/CheckCompilerVersion.cmake |
Change Type | Path in Repository | Path in Workspace |
![]() | /cfe/trunk/test/Driver/linker-opts.c | clang.src/test/Driver/linker-opts.c |
Change Type | Path in Repository | Path in Workspace |
![]() | /llvm/trunk/lib/Target/X86/X86ISelLowering.cpp | llvm.src/lib/Target/X86/X86ISelLowering.cpp |