[llvm] [TwoAddressInstruction] Recompute live intervals for partial defs (PR #74431)

Carl Ritson via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 11 00:16:37 PST 2024


================
@@ -0,0 +1,52 @@
+# NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py UTC_ARGS: --version 4
+# RUN: llc -mtriple=amdgcn-amd-amdhsa -mcpu=gfx90a -run-pass=liveintervals -run-pass=twoaddressinstruction -verify-machineinstrs -o - %s | FileCheck --check-prefix=GFX90A %s
----------------
perlfu wrote:

It is required as the verifier detects the live interval errors that occur in this test.

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


More information about the llvm-commits mailing list