https://github.com/ficol created
https://github.com/llvm/llvm-project/pull/134102
Add missing CGFPOptionsRAII for fptoi and itofp cases
>From 5f0a65433744a9b1abd3aa82417d716a0aa5b33b Mon Sep 17 00:00:00 2001
From: "Ficek, Jakub"
Date: Wed, 2 Apr 2025 17:41:30 +0200
Subject: [PATCH] [clang] fp
ficol wrote:
Hi @shafik, could you please check this? It's a small fix that was missing in
https://github.com/llvm/llvm-project/pull/125522
https://github.com/llvm/llvm-project/pull/134102
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https:
https://github.com/ficol updated
https://github.com/llvm/llvm-project/pull/134102
>From 5f0a65433744a9b1abd3aa82417d716a0aa5b33b Mon Sep 17 00:00:00 2001
From: "Ficek, Jakub"
Date: Wed, 2 Apr 2025 17:41:30 +0200
Subject: [PATCH 1/2] [clang] fp options fix for __builtin_convertvector
Add missin
llvmbot wrote:
@llvm/pr-subscribers-clang
Author: Jakub Ficek (ficol)
Changes
Add missing CGFPOptionsRAII for fptoi and itofp cases
---
Full diff: https://github.com/llvm/llvm-project/pull/134102.diff
2 Files Affected:
- (modified) clang/lib/CodeGen/CGExprScalar.cpp (+8-4)
- (modified