Add verification that operand bundles on an llvm.assume are well formed to the verify pass.
Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
This is cool, thx!
I added two comments below.
llvm/include/llvm/IR/Attributes.h | ||
---|---|---|
119 | Documentation, please. |
llvm/lib/IR/Verifier.cpp | ||
---|---|---|
4326 | When we drop uses, should we go to none as a tag so it is actually a valid attribute or do we want to allow a special tag here? |
llvm/lib/IR/Verifier.cpp | ||
---|---|---|
4326 | in D73404 i named the tag to "ignore" and adapted the verifier to treat is as valid. |
Documentation, please.