[all-commits] [llvm/llvm-project] 3a779b: [globalisel] Small correction to the fixup in 0a08...

Daniel Sanders via All-commits all-commits at lists.llvm.org
Wed Dec 18 07:02:24 PST 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 3a779b7dfd8ee2924997dbed7f6c43d7989895f6
      https://github.com/llvm/llvm-project/commit/3a779b7dfd8ee2924997dbed7f6c43d7989895f6
  Author: Daniel Sanders <daniel_l_sanders at apple.com>
  Date:   2019-12-18 (Wed, 18 Dec 2019)

  Changed paths:
    M llvm/utils/TableGen/GICombinerEmitter.cpp

  Log Message:
  -----------
  [globalisel] Small correction to the fixup in 0a0813962d6. The two ID's are not the same size

The rule ID is a uint64_t as it has global scope but the UID is scoped to
the rule and expected to be much smaller so it's only unsigned.




More information about the All-commits mailing list