Given a flag (-mllvm -reverse-iterate) this patch will enable iteration of SmallPtrSet in reverse order. The idea is to compile the same source with and without this flag and expect the code to not change.
If there is a difference in codegen then it would mean that the codegen is sensitive to the iteration order of SmallPtrSet.
Details
Details
- Reviewers
adasgupt mgrang • zinob dexonsmith
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
You need to add llvm-commits as a subscriber on the creation of the revision, otherwise there is no proper thread on the mailing list with a patch attached.
Can you please recreate the revision?
Thanks!