[all-commits] [llvm/llvm-project] 1b4b0c: Allow fixed vector operand for LLVM_AtomicRMWOp (#...

Ilya V via All-commits all-commits at lists.llvm.org
Thu Oct 3 10:15:51 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1b4b0c4c45edbb40b23d2c6c19744713f6e49202
      https://github.com/llvm/llvm-project/commit/1b4b0c4c45edbb40b23d2c6c19744713f6e49202
  Author: Ilya V <152324710+joviliast at users.noreply.github.com>
  Date:   2024-10-03 (Thu, 03 Oct 2024)

  Changed paths:
    M mlir/include/mlir/Dialect/LLVMIR/LLVMOps.td
    M mlir/lib/Dialect/LLVMIR/IR/LLVMDialect.cpp
    M mlir/test/Dialect/LLVMIR/invalid.mlir
    M mlir/test/Dialect/LLVMIR/roundtrip.mlir
    M mlir/test/Target/LLVMIR/llvmir.mlir

  Log Message:
  -----------
  Allow fixed vector operand for LLVM_AtomicRMWOp (#110553)

This PR fixes `LLVM_AtomicRMWOp` allowed semantics and verifier logic to
enable building of `LLVM_AtomicRMWOp` with fixed vectors of compatible
fp values
as operands for fp rmw operation.

See also: https://llvm.org/docs/LangRef.html#id231

Signed-off-by: Ilya Veselov <iveselov.nn at gmail.com>



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list