This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 1980b3a5288 [X86][AVX] combineX86ShuffleChain - pull out CombineShuffle [...] new 4ac62c2b3bd GlobalISel: Add G_FENCE new 0368e15ad1f AMDGPU/GlobalISel: Select G_FENCE
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: include/llvm/CodeGen/GlobalISel/IRTranslator.h | 4 +- include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h | 3 + include/llvm/Support/TargetOpcodes.def | 3 + include/llvm/Target/GenericOpcodes.td | 6 + .../llvm/Target/GlobalISel/SelectionDAGCompat.td | 1 + lib/CodeGen/GlobalISel/IRTranslator.cpp | 8 + lib/CodeGen/GlobalISel/MachineIRBuilder.cpp | 7 + lib/Target/AMDGPU/AMDGPUInstructionSelector.cpp | 5 + .../GlobalISel/legalizer-info-validation.mir | 3 + .../AMDGPU/GlobalISel/irtranslator-fence.ll | 361 +++++++++++++++++++++ .../memory-legalizer-atomic-fence.ll | 10 +- 11 files changed, 403 insertions(+), 8 deletions(-) create mode 100644 test/CodeGen/AMDGPU/GlobalISel/irtranslator-fence.ll copy test/CodeGen/AMDGPU/{ => GlobalISel}/memory-legalizer-atomic-fence.ll (96%)