[all-commits] [llvm/llvm-project] 61e9e6: [VE] Fix useDeprecatedPositionallyEncodedOperands ...
James Y Knight via All-commits
all-commits at lists.llvm.org
Tue Jan 31 16:51:13 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 61e9e6199e2ef8620f0a2c4f30dafec6b7843565
https://github.com/llvm/llvm-project/commit/61e9e6199e2ef8620f0a2c4f30dafec6b7843565
Author: James Y Knight <jyknight at google.com>
Date: 2023-01-31 (Tue, 31 Jan 2023)
Changed paths:
M llvm/lib/Target/VE/VE.td
M llvm/lib/Target/VE/VEInstrFormats.td
M llvm/lib/Target/VE/VEInstrInfo.td
Log Message:
-----------
[VE] Fix useDeprecatedPositionallyEncodedOperands errors.
This is a follow-on to https://reviews.llvm.org/D134073.
Behavior is unchanged by this cleanup, except that previously the
'CVTRDm' pattern was accidentally getting the top bit of 'sz' from the
'sx' input, instead of setting it to 0.
Differential Revision: https://reviews.llvm.org/D140922
More information about the All-commits
mailing list