[all-commits] [llvm/llvm-project] 06e733: [RISCV] Fix the order of arguments of setTruncStor...
Zi Xuan Wu (Zeson) via All-commits
all-commits at lists.llvm.org
Tue Nov 21 23:32:52 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 06e733b198696b31285acbf359753c62e7ad06fd
https://github.com/llvm/llvm-project/commit/06e733b198696b31285acbf359753c62e7ad06fd
Author: Zi Xuan Wu (Zeson) <zixuan.wu at linux.alibaba.com>
Date: 2023-11-22 (Wed, 22 Nov 2023)
Changed paths:
M llvm/lib/Target/RISCV/RISCVISelLowering.cpp
Log Message:
-----------
[RISCV] Fix the order of arguments of setTruncStoreAction and setLoadExtAction (#73090)
The first argument of setTruncStoreAction/setLoadExtAction should be
Value VT instead of Memory VT.
More information about the All-commits
mailing list