This is an archive of the discontinued LLVM Phabricator instance.

[DAGCombiner] rename function attribute for disabling ftrunc transform
ClosedPublic

Authored by spatel on Apr 29 2018, 8:35 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

spatel created this revision.Apr 29 2018, 8:35 AM
spatel accepted this revision.Apr 30 2018, 11:01 AM

The only thing up for debate here was the spelling of the attribute, and D46236 was reviewed and accepted with this version of the string, so I'm going to mark this part as accepted too. That way, Phab won't be confused.

We want to commit both of these in close proximity to limit any breakage from mismatch in the attribute name that clang is creating and LLVM is expecting.

This revision is now accepted and ready to land.Apr 30 2018, 11:01 AM
This revision was automatically updated to reflect the committed changes.