[llvm] [LoopDist] Add metadata for checking post process state of distribute… (PR #153902)

Michael Kruse via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 20 03:56:00 PDT 2025


================
@@ -113,6 +113,8 @@ static cl::opt<bool> EnableLoopDistribute(
     cl::desc("Enable the new, experimental LoopDistribution Pass"),
     cl::init(false));
 
+static const char *DistributedMetaData = "llvm.loop.distributed";
----------------
Meinersbur wrote:

```suggestion
static const char *DistributedMetaData = "llvm.loop.isdistributed";
```
[bikeshedding]

https://github.com/llvm/llvm-project/pull/153902


More information about the llvm-commits mailing list