[PATCH] D45576: [RFC] Allow target to handle STRICT floating-point nodes

Zixuan Wu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 26 02:08:28 PST 2019


wuzish added a comment.
Herald added a subscriber: jdoerfert.

Well, I have a question about why is it not enough to use use/def in MI level to prevent the reordering of instructions about set/get fp status register. For example, If the instruction which setting rounding mode, and then the instruction which read the rounding mode, the sequence would not be reordered because of the dependency of rounding mode bits (fp status register).


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D45576/new/

https://reviews.llvm.org/D45576





More information about the llvm-commits mailing list