summary refs log tree commit diff
path: root/src/test/ui/simd
AgeCommit message (Collapse)AuthorLines
2020-01-02Revert `const_err` lint checking of castsWesley Wiser-1/+0
Reverts part of #67676
2019-12-30Lint overflowing integer casts in const propWesley Wiser-0/+1
This extends the invalid cases we catch in const prop to include overflowing integer casts using the same machinery as the overflowing binary and unary operation logic.
2019-12-02Update the minimum external LLVM to 7Josh Stone-1/+0
LLVM 7 is over a year old, which should be plenty for compatibility. The last LLVM 6 holdout was llvm-emscripten, which went away in #65501. I've also included a fix for LLVM 8 lacking `MemorySanitizerOptions`, which was broken by #66522.
2019-11-02Remove erroneous error-pattern from run-pass testTomasz Miąsko-1/+0
2019-07-27tests: Move run-pass tests without naming conflicts to uiVadim Petrochenkov-0/+1597