Prefix all operations from the ODS of the Math dialect with Math_
in order to avoid name clashes when including MathOps.td in other
TableGen files (e.g., for FloatUnaryOp, which also exists in
Standard).
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
@andidr If you don't commit access yet, you need to share your name + email address so someone else can commit it.
Comment Actions
Not sure why some of the unit tests fail. To me this looks unrelated to the patch. Is there any way to trigger re-running the tests?
Comment Actions
You could upload a new diff (e.g. with sync to HEAD) to the review, that should trigger re-running the tests.
Comment Actions
The build now to fails for a different reason:
fatal: Unable to create 'C:/ws/w32-1/llvm-project/premerge-checks/.git/index.lock': File exists.
This looks like a broken build script or missing cleanup routine to me.