[all-commits] [llvm/llvm-project] 7fef55: Revert "Revert "[FPEnv] Teach the IRBuilder about ...

Kevin P. Neal via All-commits all-commits at lists.llvm.org
Fri Dec 18 09:47:05 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 7fef551cb123d9f1956f8ec7a142bd8a63d25fa9
      https://github.com/llvm/llvm-project/commit/7fef551cb123d9f1956f8ec7a142bd8a63d25fa9
  Author: Kevin P. Neal <kevin.neal at sas.com>
  Date:   2020-12-18 (Fri, 18 Dec 2020)

  Changed paths:
    A clang/test/CodeGen/exceptions-strictfp.c
    M llvm/include/llvm/IR/IRBuilder.h

  Log Message:
  -----------
  Revert "Revert "[FPEnv] Teach the IRBuilder about invoke's correct use of the strictfp attribute.""

Similar to D69312, and documented in D69839, the IRBuilder needs to add
the strictfp attribute to invoke instructions when constrained floating
point is enabled.

This is try 2, with the test corrected.

Differential Revision: https://reviews.llvm.org/D93134




More information about the All-commits mailing list