NFC - Moved StandardOps/Ops.h to a StandardOps/IR dir to better match surrounding
directories. This is to match other dialects, and prepare for moving StandardOps
related transforms in out for Transforms and into StandardOps/Transforms.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Thanks!
Can you use arc for your patch? I think the presubmit test don't seem to fire because of this.
(also "NFC" in commit title is nice to add to set expectations for reviewers)
Comment Actions
Awesome! Thank you for doing this!
mlir/include/mlir/Dialect/StandardOps/IR/Ops.h | ||
---|---|---|
13–14 | Can you update this please? |
Comment Actions
Updated StandardOps/IR/Ops.h header guard
Updated header guard for new file location.
Can you update this please?