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

Adrian Prantl via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 14 09:01:18 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.
----------------
adrian-prantl wrote:

If this isn't correct, should we instead reject it in the IR Verifier?

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


More information about the llvm-commits mailing list