[PATCH] D104621: [ValueTypes] Define MVTs for v3i64/v3f64 to complement v6i32/v6f32

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 22 15:06:14 PDT 2021


craig.topper added inline comments.


================
Comment at: llvm/include/llvm/Support/MachineValueType.h:967
       case v5f32: return TypeSize::Fixed(160);
+      case v3i64:
+      case v3f64:
----------------
Aren't these usuallly sorted by integer/FP and then by increasing element size? So it should be v6i32, v3i64, v6f32, v3f64 I think.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D104621



More information about the llvm-commits mailing list