[all-commits] [llvm/llvm-project] de6e96: TableGen: Fix logic for default operands

Matt Arsenault via All-commits all-commits at lists.llvm.org
Wed Feb 19 21:07:21 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: de6e968c0d44d21b16da9b6ec07599e529b8482a
      https://github.com/llvm/llvm-project/commit/de6e968c0d44d21b16da9b6ec07599e529b8482a
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2020-02-19 (Wed, 19 Feb 2020)

  Changed paths:
    M llvm/test/TableGen/DefaultOpsGlobalISel.td
    M llvm/utils/TableGen/CodeGenDAGPatterns.cpp

  Log Message:
  -----------
  TableGen: Fix logic for default operands

This was checking for default operands in the current DAG instruction,
rather than the correct result operand list. I'm not entirly sure how
this managed to work before, but was failing for me when multiple
default operands were overridden.




More information about the All-commits mailing list