[all-commits] [llvm/llvm-project] bc2b70: [X86] Autogenerate complete checks and add encodin...
topperc via All-commits
all-commits at lists.llvm.org
Mon Jun 8 22:34:16 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: bc2b70982be8f5250cd0082a7190f8b417bd4dfe
https://github.com/llvm/llvm-project/commit/bc2b70982be8f5250cd0082a7190f8b417bd4dfe
Author: Craig Topper <craig.topper at gmail.com>
Date: 2020-06-08 (Mon, 08 Jun 2020)
Changed paths:
M llvm/test/CodeGen/X86/absolute-cmp.ll
Log Message:
-----------
[X86] Autogenerate complete checks and add encoding information. NFC
I think we're using an inefficient CMP encoding for absolute
symbols that would fit in an 8-bit value. This is a pattern
priority issue in isel.
More information about the All-commits
mailing list