[all-commits] [llvm/llvm-project] b4869f: [mlir][LLVMIR] Fix incorrect result type from llvm...

Min-Yih Hsu via All-commits all-commits at lists.llvm.org
Tue Sep 27 09:58:02 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b4869f2fa71f977db94f0e7645711a169c845410
      https://github.com/llvm/llvm-project/commit/b4869f2fa71f977db94f0e7645711a169c845410
  Author: Min-Yih Hsu <minyihh at uci.edu>
  Date:   2022-09-27 (Tue, 27 Sep 2022)

  Changed paths:
    M mlir/lib/Target/LLVMIR/ConvertFromLLVMIR.cpp
    M mlir/test/Dialect/LLVMIR/roundtrip.mlir

  Log Message:
  -----------
  [mlir][LLVMIR] Fix incorrect result type from llvm.fcmp

If any of the operands for FCmpOp is a vector, returns a vector<Nxi1>,
rather than an i1 type result.

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




More information about the All-commits mailing list