[llvm] [InstCombine] Fold `getelementptr inbounds null, idx -> null` (PR #130742)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 12 10:18:36 PDT 2025


================
@@ -383,7 +383,7 @@ bb:
   ret <2 x half> %result
 }
 
-define <2 x half> @chain_hi_to_lo_flat() {
+define <2 x half> @chain_hi_to_lo_flat() null_pointer_is_valid {
----------------
arsenm wrote:

```suggestion
define <2 x half> @chain_hi_to_lo_flat(ptr inreg %ptr) {
```

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


More information about the llvm-commits mailing list