[PATCH] D72341: [FPEnv] Fix chain handling for fpexcept.strict nodes

Ulrich Weigand via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 14 05:16:51 PST 2020


uweigand added a comment.

It turns out this patch introduced a regression with chain handling in code mixing constrained intrinsics and memory operations.

This is now fixed here in commit 81ee484 <https://reviews.llvm.org/rG81ee484484a0be59da8f749a9b4cf56bb8d37402>: http://lists.llvm.org/pipermail/llvm-commits/Week-of-Mon-20200113/729980.html

Using that commit, I'm now able to build and run all of test-suite on SystemZ with the -ftrapping-math flag.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D72341





More information about the llvm-commits mailing list