diff options
author | Simon Pilgrim <llvm-dev@redking.me.uk> | 2020-10-05 17:21:54 +0100 |
---|---|---|
committer | Simon Pilgrim <llvm-dev@redking.me.uk> | 2020-10-05 17:22:15 +0100 |
commit | 5ba084c42fdc80a51fc49c27f5f3ecf153953114 (patch) | |
tree | 4375d9655cb7d6c1a7d4c6bddc5127fdde25afb3 /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | 2efd9fd699ed59df2927074f318edac99533e402 (diff) | |
download | llvm-5ba084c42fdc80a51fc49c27f5f3ecf153953114.zip llvm-5ba084c42fdc80a51fc49c27f5f3ecf153953114.tar.gz llvm-5ba084c42fdc80a51fc49c27f5f3ecf153953114.tar.bz2 |
[InstCombine] Extend 'shift with constants' vector tests
Added missing test coverage for shl(add(and(lshr(x,c1),c2),y),c1) -> add(and(x,c2<<c1),shl(y,c1)) combine
Rename tests as 'foo' and 'bar' isn't very extensible
Added vector tests with undefs and nonuniform constants
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions