[llvm] [SelectionDAG] Introducing a new ISD::POISON SDNode to represent the poison value in the IR. (PR #135056)

Jakub Kuderski via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 10 07:05:51 PDT 2025


================
@@ -0,0 +1,11 @@
+; RUN: llc < %s -mtriple=powerpc64-unknown-linux-gnu  | FileCheck %s
+
+define void @ExpandFloat(ptr %p1 )  {
+; CHECK:      stfd 0, 8(3) 
----------------
kuhar wrote:

Tailing whitespace
```suggestion
; CHECK:      stfd 0, 8(3) 
```
```suggestion
; CHECK:      stfd 0, 8(3)
```

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


More information about the llvm-commits mailing list