[PATCH] D142834: [X86][MC][bugfix] Report error for mismatched modifier in inline asm and remove function getX86SubSuperRegisterOrZero

Kan Shengchen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 30 21:11:48 PST 2023


skan added a comment.

@craig.topper I keep the `llvm_unreachable` by using a pre-check in X86ISelLowering.cpp. It's the only place I found the `getX86SubSuperRegister` is called with illeagl size.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D142834



More information about the llvm-commits mailing list