[PATCH] D96937: [RISCV] Fix bugs in pseudo instructions for masked segment load.
Roger Ferrer Ibanez via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 17 23:44:26 PST 2021
rogfer01 accepted this revision.
rogfer01 added a comment.
This revision is now accepted and ready to land.
Thanks @HsiangKai. LGTM.
================
Comment at: llvm/lib/Target/RISCV/RISCVInstrInfoVPseudos.td:506
+ !eq(VRegClass, VRN8M1) : VRN8M1NoV0,
!eq(1, 1) : VRegClass);
}
----------------
Now that we're here, is it possible to replace `!eq(1, 1)` with `true`?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D96937/new/
https://reviews.llvm.org/D96937
More information about the llvm-commits
mailing list