[all-commits] [llvm/llvm-project] fda0e6: [clang] handle fp options in __builtin_convertvect...

Jakub Ficek via All-commits all-commits at lists.llvm.org
Wed Feb 19 09:03:41 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: fda0e63e7331debacf9f36a64dad76339ad86482
      https://github.com/llvm/llvm-project/commit/fda0e63e7331debacf9f36a64dad76339ad86482
  Author: Jakub Ficek <jakub.ficek at intel.com>
  Date:   2025-02-19 (Wed, 19 Feb 2025)

  Changed paths:
    M clang/include/clang/AST/Expr.h
    M clang/include/clang/AST/Stmt.h
    M clang/include/clang/AST/TextNodeDumper.h
    M clang/lib/AST/ASTImporter.cpp
    M clang/lib/AST/Expr.cpp
    M clang/lib/AST/TextNodeDumper.cpp
    M clang/lib/CodeGen/CGExprScalar.cpp
    M clang/lib/Sema/SemaChecking.cpp
    M clang/lib/Serialization/ASTReaderStmt.cpp
    M clang/lib/Serialization/ASTWriterStmt.cpp
    M clang/test/AST/ast-dump-fpfeatures.cpp
    M clang/test/AST/const-fpfeatures.c
    M clang/test/CodeGen/pragma-fenv_access.c

  Log Message:
  -----------
  [clang] handle fp options in __builtin_convertvector (#125522)

This patch allows using fpfeatures pragmas with __builtin_convertvector:
- added TrailingObjects with FPOptionsOverride and methods for handling
it to ConvertVectorExpr
- added support for codegen, node dumping, and serialization of
fpfeatures contained in ConvertVectorExpr



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list