[llvm] [CodeGen][Float8] Add float8 MVT type (PR #89901)
Simon Pilgrim via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 26 04:04:39 PDT 2024
================
@@ -49,7 +49,7 @@ namespace llvm {
// This is the current maximum for LAST_VALUETYPE.
// MVT::MAX_ALLOWED_VALUETYPE is used for asserts and to size bit vectors
// This value must be a multiple of 32.
----------------
RKSimon wrote:
Does this still hold? In which case (255 % 32) != 0
https://github.com/llvm/llvm-project/pull/89901
More information about the llvm-commits
mailing list