[all-commits] [llvm/llvm-project] 3a12f3: [IR] Mark FP casts constant exprs as undesirable
Nikita Popov via All-commits
all-commits at lists.llvm.org
Mon Nov 6 07:04:50 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3a12f355ab418baff9fd48a541ab86128960d3cb
https://github.com/llvm/llvm-project/commit/3a12f355ab418baff9fd48a541ab86128960d3cb
Author: Nikita Popov <npopov at redhat.com>
Date: 2023-11-06 (Mon, 06 Nov 2023)
Changed paths:
M llvm/lib/IR/Constants.cpp
Log Message:
-----------
[IR] Mark FP casts constant exprs as undesirable
We will no longer generate these constant expressions by default,
but they can still be explicitly created.
More information about the All-commits
mailing list