[PATCH] D130466: [LICM] - Add option to allow data races

Shubham Narlawar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 28 07:56:31 PDT 2022


gsocshubham marked an inline comment as done.
gsocshubham added inline comments.


================
Comment at: llvm/test/Transforms/LICM/promote-sink-store.ll:3
+; RUN: opt -licm -licm-force-thread-model-single -S %s | FileCheck %s --check-prefixes FTMS
+; RUN: opt -licm -S %s | FileCheck %s --check-prefixes NFTMS
+
----------------
FTMS stands for `Force Thread Model Single`
NFTMS stands for `No Force Thread Model Single`


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

https://reviews.llvm.org/D130466



More information about the llvm-commits mailing list