================ @@ -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 _______________________________________________ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
