This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 1fee5f9e648 FileOutputBuffer: Handle "-" as stdout. new 730b10c319a GlobalISel: Disallow vectors for G_CONSTANT/G_FCONSTANT new 465d30e524b [SelectionDAGBuilder] Defer C_Register Assignments to be in [...]
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/Target/GenericOpcodes.td | 2 + lib/CodeGen/GlobalISel/MachineIRBuilder.cpp | 6 +-- lib/CodeGen/MachineVerifier.cpp | 10 +++++ lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 16 ++----- test/CodeGen/AMDGPU/GlobalISel/legalize-select.mir | 50 +++++++++++----------- test/Verifier/test_g_constant.mir | 18 ++++++++ test/Verifier/test_g_fconstant.mir | 15 +++++++ 7 files changed, 75 insertions(+), 42 deletions(-) create mode 100644 test/Verifier/test_g_constant.mir create mode 100644 test/Verifier/test_g_fconstant.mir