[llvm] [RISCV] Split vector FP pseudo instructions by SEW. NFC. (PR #87686)
Pengcheng Wang via llvm-commits
llvm-commits at lists.llvm.org
Sun Apr 7 20:42:33 PDT 2024
================
@@ -5693,7 +5742,7 @@ multiclass VPatTernaryW_VX<string intrinsic, string instruction,
}
multiclass VPatTernaryW_VX_RM<string intrinsic, string instruction,
- list<VTypeInfoToWide> vtilist> {
+ list<VTypeInfoToWide> vtilist, bit isSEWAware = 0> {
----------------
wangpc-pp wrote:
Fix the indent by the way. :-)
https://github.com/llvm/llvm-project/pull/87686
More information about the llvm-commits
mailing list