[PATCH] D151795: [DebugInfo] Add DW_ATE_complex_float case to assert in isUnsignedDIType

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 31 07:21:12 PDT 2023


MaskRay added inline comments.


================
Comment at: llvm/test/DebugInfo/X86/DW_ATE_complex_float.ll:1
+; RUN: llc %s -filetype=asm -o - | FileCheck %s
+
----------------
`-filetype=asm` is the default action and usually omitted.


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

https://reviews.llvm.org/D151795



More information about the llvm-commits mailing list