[PATCH] D46237: [DAGCombiner] rename function attribute for disabling ftrunc transform
Sanjay Patel via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 30 11:01:19 PDT 2018
spatel accepted this revision.
spatel added a comment.
This revision is now accepted and ready to land.
The only thing up for debate here was the spelling of the attribute, and https://reviews.llvm.org/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.
https://reviews.llvm.org/D46237
More information about the llvm-commits
mailing list