[PATCH] D75378: Extend LaneBitmask to 64 bit

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 2 11:38:48 PST 2020


arsenm accepted this revision.
arsenm added inline comments.
This revision is now accepted and ready to land.


================
Comment at: llvm/test/CodeGen/Hexagon/verify-liveness-at-def.mir:43
 # CHECK-SUB:      v. register: %0
-# CHECK-SUB:      lanemask:    00000002
+# CHECK-SUB:      lanemask:    {{0*}}2
 #
----------------
I would just change the number of 0s here


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

https://reviews.llvm.org/D75378





More information about the llvm-commits mailing list