This is an archive of the discontinued LLVM Phabricator instance.

[Builtins] Add __bulitin_clrsb support to IntExprEvaluator::VisitBuiltinCallExpr
ClosedPublic

Authored by craig.topper on Aug 8 2018, 1:32 PM.

Diff Detail

Repository
rC Clang

Event Timeline

craig.topper created this revision.Aug 8 2018, 1:32 PM
erichkeane accepted this revision.Aug 8 2018, 1:36 PM

Looks easy enough, just note the test issue.

test/Sema/constant-builtins-2.c
191

Same name as line 190.

This revision is now accepted and ready to land.Aug 8 2018, 1:36 PM

Fix duplicate variable name in the test. Not sure why that didn't complain

This revision was automatically updated to reflect the committed changes.