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

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 7 01:05:00 PST 2023


================
@@ -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
----------------
arsenm wrote:

DOn't really need -verify-machineinstrs?

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


More information about the llvm-commits mailing list