[all-commits] [llvm/llvm-project] 24e12e: [LLParser] Print mismatched types in error message

aeubanks via All-commits all-commits at lists.llvm.org
Wed Apr 21 13:11:17 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 24e12e0726f15dd2002a1091e6a8e50d9a4ebf49
      https://github.com/llvm/llvm-project/commit/24e12e0726f15dd2002a1091e6a8e50d9a4ebf49
  Author: Arthur Eubanks <aeubanks at google.com>
  Date:   2021-04-21 (Wed, 21 Apr 2021)

  Changed paths:
    M llvm/lib/AsmParser/LLParser.cpp
    M llvm/test/Assembler/invalid-alias-mismatched-explicit-type.ll
    M llvm/test/Assembler/invalid-gep-mismatched-explicit-type.ll
    M llvm/test/Assembler/invalid-load-mismatched-explicit-type.ll

  Log Message:
  -----------
  [LLParser] Print mismatched types in error message

Helps with debugging invalid handcrafted IR.

Reviewed By: rnk

Differential Revision: https://reviews.llvm.org/D100990




More information about the All-commits mailing list