[all-commits] [llvm/llvm-project] 74a148: GlobalISel: Verify G_BITCAST changes the type

Matt Arsenault via All-commits all-commits at lists.llvm.org
Wed Jul 8 14:16:46 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 74a148ad39ab32317948a2d6291264acd84bfa00
      https://github.com/llvm/llvm-project/commit/74a148ad39ab32317948a2d6291264acd84bfa00
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2020-07-08 (Wed, 08 Jul 2020)

  Changed paths:
    M llvm/lib/CodeGen/MachineVerifier.cpp
    M llvm/test/CodeGen/AArch64/GlobalISel/arm64-regbankselect.mir
    M llvm/test/CodeGen/AArch64/GlobalISel/legalize-simple.mir
    M llvm/test/CodeGen/AArch64/GlobalISel/select-bitcast.mir
    M llvm/test/CodeGen/AArch64/GlobalISel/select-redundant-zext.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/regbankselect-bitcast.mir
    M llvm/test/MachineVerifier/test_g_bitcast.mir

  Log Message:
  -----------
  GlobalISel: Verify G_BITCAST changes the type

Updated the AArch64 tests the best I could with my vague, inferred
understanding of AArch64 register banks. As far as I can tell, there
is only one 32-bit/64-bit type which will use the gpr register bank,
so we have to use the fpr bank for the other operand.




More information about the All-commits mailing list