[llvm] [NVPTX] Don't propagate `ninf` and `nnan` in `lowerFREM` (PR #147125)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Sun Jul 6 18:10:02 PDT 2025


================
@@ -0,0 +1,11 @@
+; RUN: llc %s --stop-after=nvptx-isel -mcpu=sm_60 -o - | FileCheck %s
----------------
arsenm wrote:

I'd recommend using -stop-after=finalize-isel instead if you want to check mir 

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


More information about the llvm-commits mailing list