[PATCH] D150436: Correct the sort logic in AsmMatcherEmmitter.cpp

Kan Shengchen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 12 07:02:02 PDT 2023


skan added inline comments.


================
Comment at: llvm/test/MC/X86/x86_64-encoding.s:5
-// CHECK: callw 42
-// CHECK: encoding: [0x66,0xe8,A,A]
-       callw 42
----------------
Put this in a test for 16-bit mode. Otherwise we would lose test coverage.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D150436



More information about the llvm-commits mailing list