[all-commits] [llvm/llvm-project] 9aee37: IR: Introduce "float-abi" module flag (#210821)
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Thu Jul 30 01:50:10 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9aee37146dc374f3668bef37e3e15c29abb1a1e0
https://github.com/llvm/llvm-project/commit/9aee37146dc374f3668bef37e3e15c29abb1a1e0
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2026-07-30 (Thu, 30 Jul 2026)
Changed paths:
M llvm/docs/LangRef.md
M llvm/include/llvm/IR/Module.h
M llvm/include/llvm/Support/CodeGen.h
M llvm/lib/IR/AutoUpgrade.cpp
M llvm/lib/IR/Module.cpp
M llvm/lib/IR/Verifier.cpp
A llvm/test/Assembler/module-flags-float-abi.ll
M llvm/test/Bitcode/upgrade-ppc-float-abi.ll
A llvm/test/Linker/module-flags-float-abi.ll
A llvm/test/Verifier/module-flags-float-abi.ll
Log Message:
-----------
IR: Introduce "float-abi" module flag (#210821)
This is intended to eliminate the FloatABIType TargetOptions field.
Co-authored-by: Claude (Claude-Opus-4.8) <noreply at anthropic.com>
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