================ ---------------- uweigand wrote:
As @redstar suggested, that should work. I've now re-checked the tablegen code, and it seems that `CCPromoteToType` still checks the sext/zext flags, and if they are not present, it will actually just implement "anyext". So this should in fact also be correct after all. https://github.com/llvm/llvm-project/pull/206833 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
