[PATCH] D106518: [RISCV] Disable EEW=64 for index values when XLEN=32.

Jianjian Guan via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jul 21 23:31:13 PDT 2021


jacquesguan added a comment.

In D106518#2895445 <https://reviews.llvm.org/D106518#2895445>, @craig.topper wrote:

> Why do they need to be disabled? Doesn’t the spec define them to truncate?

In the 1.0-rc1, 18.2: The V extension supports all vector load and store instructions (Section Vector Loads and Stores), except the V extension does not support EEW=64 for index values when XLEN=32.

I think this means that all index instruction with eew=64 is only supported in RV64.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D106518



More information about the cfe-commits mailing list