[PATCH] D127546: [GISel] Fix narrowScalar() for big endian targets

Min-Yih Hsu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Jun 11 10:58:13 PDT 2022


myhsu added inline comments.


================
Comment at: llvm/test/CodeGen/M68k/GlobalISel/constant.ll:7
+; CHECK:    {{%[0-9]}}:_(s32) = G_CONSTANT i32 0
+; CHECK:    {{%[0-9]}}:_(s32) = G_CONSTANT i32 51966
+
----------------
Could you include checks on what registers these values are copied into?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D127546/new/

https://reviews.llvm.org/D127546



More information about the llvm-commits mailing list