[all-commits] [llvm/llvm-project] 8eb054: AArch64: compare correct type for multi-valued SDN...

Tim Northover via All-commits all-commits at lists.llvm.org
Wed Aug 18 01:35:52 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 8eb054a87df2c0f49481e70c673cdbbb63aee024
      https://github.com/llvm/llvm-project/commit/8eb054a87df2c0f49481e70c673cdbbb63aee024
  Author: Tim Northover <t.p.northover at gmail.com>
  Date:   2021-08-18 (Wed, 18 Aug 2021)

  Changed paths:
    M llvm/lib/Target/AArch64/AArch64ISelLowering.cpp

  Log Message:
  -----------
  AArch64: compare correct type for multi-valued SDNode.

If Orig produces more than one value (rare) with different types (rarer) then
we need to make sure we check against the one that Orig actually represents,
not just the first type.

Unfortunately because of the combination of things that need to happen I wasn't
able to produce a test.




More information about the All-commits mailing list