[all-commits] [llvm/llvm-project] ae69f4: [AbstractAttributor] Refine logic to indicate pess...

Shilei Tian via All-commits all-commits at lists.llvm.org
Fri Jul 23 10:37:01 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ae69f46867cd99d18ec7e23509eb1d71a098d48f
      https://github.com/llvm/llvm-project/commit/ae69f46867cd99d18ec7e23509eb1d71a098d48f
  Author: Shilei Tian <tianshilei1992 at gmail.com>
  Date:   2021-07-23 (Fri, 23 Jul 2021)

  Changed paths:
    M llvm/lib/Transforms/IPO/OpenMPOpt.cpp

  Log Message:
  -----------
  [AbstractAttributor] Refine logic to indicate pessimistic fixed point when folding `__kmpc_is_spmd_exec_mode`

Since we are using assumed information now, the logic should be refined to avoid
unncessary assertion.

Reviewed By: jdoerfert

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




More information about the All-commits mailing list