[llvm] [SelectionDAG] Combine range metadata when loads are CSEd. (PR #146026)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 26 23:07:48 PDT 2025
================
@@ -0,0 +1,40 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 5
+; RUN: llc < %s -mtriple=riscv64 | FileCheck %s
+
+; These two loads will CSE, we need to conversatively combine the range
----------------
arsenm wrote:
```suggestion
; These two loads will CSE, we need to conservatively combine the range
```
https://github.com/llvm/llvm-project/pull/146026
More information about the llvm-commits
mailing list