[all-commits] [llvm/llvm-project] 742cf3: [AArch64] NFC: Use 'asm' in SIMDScalarCPY
Cullen Rhodes via All-commits
all-commits at lists.llvm.org
Tue Sep 14 01:27:01 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 742cf3996ed93fcafadf20bedf0a7789484ff8ef
https://github.com/llvm/llvm-project/commit/742cf3996ed93fcafadf20bedf0a7789484ff8ef
Author: Cullen Rhodes <cullen.rhodes at arm.com>
Date: 2021-09-14 (Tue, 14 Sep 2021)
Changed paths:
M llvm/lib/Target/AArch64/AArch64InstrFormats.td
M llvm/lib/Target/AArch64/AArch64InstrInfo.td
Log Message:
-----------
[AArch64] NFC: Use 'asm' in SIMDScalarCPY
Fixes a warning identified in D109359. The mnemonic is also mov, not
cpy.
Reviewed By: dmgreen
Differential Revision: https://reviews.llvm.org/D109573
Commit: 6fbc167c0a8bbf41f33d0b5937ec5ca3488456a7
https://github.com/llvm/llvm-project/commit/6fbc167c0a8bbf41f33d0b5937ec5ca3488456a7
Author: Cullen Rhodes <cullen.rhodes at arm.com>
Date: 2021-09-14 (Tue, 14 Sep 2021)
Changed paths:
M llvm/lib/Target/WebAssembly/WebAssemblyInstrAtomics.td
Log Message:
-----------
[WebAssembly] NFC: Remove unused tblgen template args
Identified in D109359.
Reviewed By: aheejin
Differential Revision: https://reviews.llvm.org/D109689
Compare: https://github.com/llvm/llvm-project/compare/ac3edc4c97ae...6fbc167c0a8b
More information about the All-commits
mailing list