[PATCH] D86035: [VE] Support f128
Kazushi Marukawa via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 17 00:36:48 PDT 2020
kaz7 planned changes to this revision.
kaz7 added a comment.
Thanks. I'll update source code following your suggestion and lit results.
================
Comment at: llvm/lib/Target/VE/VEInstrInfo.td:901
// Multiclass for generic RM instructions
+let hasSideEffects = 0 in
multiclass RMm<string opcStr, bits<8>opc, RegisterClass RC> {
----------------
simoll wrote:
> unrelated change
Thanks. I'll remove this.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D86035/new/
https://reviews.llvm.org/D86035
More information about the llvm-commits
mailing list