[PATCH] D113439: [RISCV] Add IR intrinsics for reading/write vxrm.
ShihPo Hung via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 13 07:10:50 PST 2021
arcbbb added a comment.
I agree with the idea that not providing the raw vgetvxrm/vsetvxrm but providing the variants instead.
I see it brings less issues to programmers, LLVM autovectorizer, Halide backend, and optimization passes than the other way.
And since they are target-specific intrinsics, the difference could be understandable.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D113439/new/
https://reviews.llvm.org/D113439
More information about the llvm-commits
mailing list