[all-commits] [llvm/llvm-project] 67a1ff: [FPEnv] Teach the IRBuilder about invoke's correct...

Kevin P. Neal via All-commits all-commits at lists.llvm.org
Tue Dec 15 09:38:34 PST 2020


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 67a1ffd88ac08526bb6cfc7b3f607e6668ba1c70
      https://github.com/llvm/llvm-project/commit/67a1ffd88ac08526bb6cfc7b3f607e6668ba1c70
  Author: Kevin P. Neal <kevin.neal at sas.com>
  Date:   2020-12-15 (Tue, 15 Dec 2020)

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

  Log Message:
  -----------
  [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.

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




More information about the All-commits mailing list