[PATCH] D104874: [AMDGPU] Add S_MOV_B64_IMM_PSEUDO for wide constants
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 30 11:01:19 PDT 2021
arsenm accepted this revision.
arsenm added a comment.
This revision is now accepted and ready to land.
LGTM with missing case added
================
Comment at: llvm/test/CodeGen/AMDGPU/combine-sreg64-inits.mir:76
+ %0:sgpr_64 = S_MOV_B64 3
+...
----------------
Also should check the case with the implicit operand on the moves
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D104874/new/
https://reviews.llvm.org/D104874
More information about the llvm-commits
mailing list