[llvm] [ValueTracking] Fix computeKnownFPClass for fpext (PR #81972)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Sat Feb 17 00:12:28 PST 2024


================
@@ -142,7 +142,7 @@ define double @ret_fpext_f32_to_f64_nosub(float nofpclass(sub) %arg0) {
 }
 
 define double @ret_fpext_f32_to_f64_nonorm(float nofpclass(norm) %arg0) {
----------------
nikic wrote:

It's unfortunate that nofpclass is tested via Attributor, which means it can't be verified with alive.

https://github.com/llvm/llvm-project/pull/81972


More information about the llvm-commits mailing list