[llvm-dev] flags/metadata/attributes on phi nodes

Sanjay Patel via llvm-dev llvm-dev at lists.llvm.org
Thu Sep 26 10:05:07 PDT 2019


I recently made a change that would allow fast-math-flags to appear on phi
nodes of floating-point values in IR:
https://reviews.llvm.org/D67564 (r372878)

As noted there, the patch is an extension of allowing FMF on select-of-FP,
and the underlying motivation is to clean up semantics of FMF as described
in:
https://bugs.llvm.org/show_bug.cgi?id=38086
...and related bugs.

Does allowing these flags or other metadata/attributes on phi nodes raise
any concerns?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190926/c6d35f8e/attachment.html>


More information about the llvm-dev mailing list