[llvm] [SandboxVec][DAG] Build actual dependencies (PR #111094)
Sriraman Tallam via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 7 23:17:02 PDT 2024
================
@@ -86,13 +88,20 @@ class DGNode {
(!(II = dyn_cast<IntrinsicInst>(I)) || isMemIntrinsic(II));
}
+ /// \Returns true if \p I is fence like. It excludes non-mem intrinsics.
+ static bool isFenceLike(Instruction *I) {
----------------
tmsri wrote:
Why is this not in SandboxIR/Utils.h?
https://github.com/llvm/llvm-project/pull/111094
More information about the llvm-commits
mailing list