[PATCH] D140922: [VE] Fix useDeprecatedPositionallyEncodedOperands errors.

James Y Knight via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 3 13:10:20 PST 2023


jyknight created this revision.
jyknight added reviewers: efocht, kaz7.
Herald added a subscriber: hiraditya.
Herald added a project: All.
jyknight requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

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.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D140922

Files:
  llvm/lib/Target/VE/VE.td
  llvm/lib/Target/VE/VEInstrInfo.td

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D140922.486064.patch
Type: text/x-patch
Size: 11804 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230103/91437fc9/attachment.bin>


More information about the llvm-commits mailing list