[PATCH] D130466: [LICM] - Add option to force thread model single

Bhramar Vatsa via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 7 03:44:35 PST 2023


Bhramar.vatsa added a comment.

We see that for a single-threaded system or with option '-mllvm -licm-force-thread-model-single', the generated code quality worsens for a very simple example: https://godbolt.org/z/5xhY1EcGb.

Would it be possible to fix this?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D130466/new/

https://reviews.llvm.org/D130466



More information about the llvm-commits mailing list