[PATCH] D113302: [X86] Update IRET instruction to use the same naming convention as RET/LRET (PR36876). NFC

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Nov 6 01:21:10 PDT 2021


RKSimon planned changes to this revision.
RKSimon added a comment.

In D113302#3113304 <https://reviews.llvm.org/D113302#3113304>, @pengfei wrote:

> Not sure if I understand it correct or not. I used to take the number as system mode. E.g., CALL16m, POP32r etc. And `W/L/Q` as the size of memory operand. Maybe we should change RETL etc. to RET32 instead?

Sure, that makes sense as well


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D113302/new/

https://reviews.llvm.org/D113302



More information about the llvm-commits mailing list