[llvm-branch-commits] [llvm] [AMDGPU] Refactor some existing test files with true16/fake16 split, add some new test cases (PR #209890)
Domenic Nutile via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Thu Jul 16 11:00:46 PDT 2026
================
@@ -0,0 +1,102 @@
+# NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py
+# RUN: llc -mtriple=amdgcn -mcpu=gfx1100 -mattr=-real-true16 %s -run-pass twoaddressinstruction -verify-machineinstrs -o - | FileCheck --check-prefixes=GFX11 %s
+# RUN: llc -mtriple=amdgcn -mcpu=gfx1100 -mattr=-real-true16 %s --passes=two-address-instruction -verify-each -o - | FileCheck --check-prefixes=GFX11 %s
----------------
saxlungs wrote:
Yeah I would imagine its an artifact of the pass manager transition. I just formatted it this way as a follow-the-leader from the existing test. I think should be fine to have this way and if a future effort wants to clean up once the pass manager is fully transitioned, this is just one more small fix. But if you think it's worth I could look into if it's still necessary before merging
https://github.com/llvm/llvm-project/pull/209890
More information about the llvm-branch-commits
mailing list