Skip to content

Instantly share code, notes, and snippets.

@minglotus-6
Last active May 10, 2022 21:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save minglotus-6/63b68e320512a3f933b49363d322e526 to your computer and use it in GitHub Desktop.
Save minglotus-6/63b68e320512a3f933b49363d322e526 to your computer and use it in GitHub Desktop.
commit e3b755d33d59ab1323431799bf9f9c820d893260 (HEAD -> selection)
Author: Mingming Liu <mingmingl@google.com>
Date: Tue May 10 14:23:40 2022 -0700
[Peephole-opt][X86] Enhance peephole opt to see through SUBREG_TO_REG
(following AND) and eliminates redundant TEST instruction.
Differential Revision: https://reviews.llvm.org/D124118
commit e3b755d33d59ab1323431799bf9f9c820d893260 (HEAD -> selection)
Author: Mingming Liu <mingmingl@google.com>
Date: Tue May 10 14:23:40 2022 -0700
[Peephole-opt][X86] Enhance peephole opt to see through SUBREG_TO_REG
(following AND) and eliminates redundant TEST instruction.
Differential Revision: https://reviews.llvm.org/D124118
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment