This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 2f8229eb68f Fix test commit new ac0962643bb [CodeGenPrepare] Fix bad IR created by large offset GEP splitting. new 934db57c7d6 AMDGPU: Add patterns for v4i16/v4f16 -> v4i16/v4f16 bitcasts
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: lib/CodeGen/CodeGenPrepare.cpp | 7 +++-- lib/Target/AMDGPU/SIInstructions.td | 2 ++ test/CodeGen/AMDGPU/bitcast-v4f16-v4i16.ll | 35 ++++++++++++++++++++++ .../CodeGenPrepare/AArch64/large-offset-gep.ll | 13 ++++++-- 4 files changed, 51 insertions(+), 6 deletions(-) create mode 100644 test/CodeGen/AMDGPU/bitcast-v4f16-v4i16.ll