[llvm] [llvm] Fix assertion error where we didn't check fixed point types. (PR #80757)

via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 14 15:18:51 PST 2024


================
@@ -0,0 +1,26 @@
+;; This fixes https://github.com/llvm/llvm-project/issues/81555
+;; Note this isn't correct dwarf but we just need to assert this doesn't crash.
+; RUN: %llc_dwarf %s -filetype=obj
----------------
PiJoules wrote:

Done

https://github.com/llvm/llvm-project/pull/80757


More information about the llvm-commits mailing list