We should not have align or noundef on void return types.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Unit Tests
Event Timeline
Comment Actions
This looks fine, but might be better to split up into 2 patches (1 for undef, 1 for align)? Small nit for the title: this patch fixes AttributeFuncs::typeIncompatible, which as a consequence fixes DeadArgElim, but potentially other places too. Might be good to reflect that in the title.