[all-commits] [llvm/llvm-project] 42c8fa: [AArch64] Remove overlapping scheduling definition...
Evandro Menezes via All-commits
all-commits at lists.llvm.org
Wed Oct 30 11:57:47 PDT 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 42c8fae9d1b0f792689d5b2cdf1f22bbf2c2bc39
https://github.com/llvm/llvm-project/commit/42c8fae9d1b0f792689d5b2cdf1f22bbf2c2bc39
Author: Evandro Menezes <e.menezes at samsung.com>
Date: 2019-10-30 (Wed, 30 Oct 2019)
Changed paths:
M llvm/lib/Target/AArch64/AArch64SchedThunderX2T99.td
Log Message:
-----------
[AArch64] Remove overlapping scheduling definitions (NFC)
The scheduling definitions for ASIMD transpose and zipping overlapped with
others a few lines below. Somehow, they didn't raise errors before.
There seem to be other overlapping definitions. Somehow, they still don't
raise errors.
Differential revision: https://reviews.llvm.org/D68353
More information about the All-commits
mailing list