[llvm] [Peephole] Fix "Use not jointly dominated by defs." crash (PR #202216)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 11 05:19:18 PDT 2026
================
@@ -0,0 +1,37 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
+; RUN: llc < %s -mtriple=x86_64-- -verify-machineinstrs | FileCheck %s
----------------
arsenm wrote:
```suggestion
; RUN: llc -mtriple=x86_64-- < %s | FileCheck %s
```
https://github.com/llvm/llvm-project/pull/202216
More information about the llvm-commits
mailing list