This is an archive of the discontinued LLVM Phabricator instance.

Add support for llvm.is.constant intrinsic (PR4898)
AbandonedPublic

Authored by void on Oct 3 2018, 10:44 PM.

Details

Summary

This adds llvm-side support for post-inline evaluation of the
__builtin_constant_p GCC intrinsic.

This patch is derived from jyknight's patch:
https://reviews.llvm.org/D4276

Diff Detail

Repository
rL LLVM

Event Timeline

void created this revision.Oct 3 2018, 10:44 PM
void abandoned this revision.Oct 3 2018, 10:45 PM

This is a