This is an archive of the discontinued LLVM Phabricator instance.

Fix cdp intrinsic
ClosedPublic

Authored by rs on May 18 2016, 3:54 PM.

Details

Summary

Fixed cdp intrinsic to only accept compile time constant values, previously you could pass in a variable to the builtin which would result in illegal llvm assembly output.

Diff Detail

Repository
rL LLVM

Event Timeline

rs updated this revision to Diff 57698.May 18 2016, 3:54 PM
rs retitled this revision from to Fix cdp intrinsic.
rs updated this object.
rs added a reviewer: rengolin.
rs added a subscriber: cfe-commits.
rengolin accepted this revision.May 18 2016, 5:17 PM
rengolin edited edge metadata.

LGTM. Thanks!

This revision is now accepted and ready to land.May 18 2016, 5:17 PM
Closed by commit rL270058: [ARM] Fix cdp intrinsic (authored by rsingh). · Explain WhyMay 19 2016, 6:10 AM
This revision was automatically updated to reflect the committed changes.