[all-commits] [llvm/llvm-project] 0148b5: [OMPIRBuilder] Remove the support for floating poi...

Shilei Tian via All-commits all-commits at lists.llvm.org
Wed Feb 9 18:15:28 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0148b587149792fc62299d4f62a0f9a088c3f516
      https://github.com/llvm/llvm-project/commit/0148b587149792fc62299d4f62a0f9a088c3f516
  Author: Shilei Tian <i at tianshilei.me>
  Date:   2022-02-09 (Wed, 09 Feb 2022)

  Changed paths:
    M llvm/lib/Frontend/OpenMP/OMPIRBuilder.cpp

  Log Message:
  -----------
  [OMPIRBuilder] Remove the support for floating point values for atomic compare operation

This patch removes the type punning in atomic compare operation for
floating point values because the direct comparison doesn't make too much sense
for floating point values.

Reviewed By: jdoerfert

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




More information about the All-commits mailing list