[all-commits] [llvm/llvm-project] e29ba9: [NVPTX] Auto-generate tests for sufrace and textur...
Andrew Savonichev via All-commits
all-commits at lists.llvm.org
Tue Dec 7 04:28:59 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e29ba97d236ca8c1ccd67e801cdc762b2764ae3d
https://github.com/llvm/llvm-project/commit/e29ba97d236ca8c1ccd67e801cdc762b2764ae3d
Author: Andrew Savonichev <andrew.savonichev at gmail.com>
Date: 2021-12-07 (Tue, 07 Dec 2021)
Changed paths:
A llvm/test/CodeGen/NVPTX/surf-tex.py
Log Message:
-----------
[NVPTX] Auto-generate tests for sufrace and texture instructions
The patch adds LIT tests for SULD, SUST, TEX and TLD4 instructions as
a follow up for D112232. There are a number of FIXME marks that
highlight possible bugs or missed instruction variants.
Differential Revision: https://reviews.llvm.org/D114367
Commit: 420300c0d8d9afbc7ea74ce9d5702ac6de58ba6e
https://github.com/llvm/llvm-project/commit/420300c0d8d9afbc7ea74ce9d5702ac6de58ba6e
Author: Andrew Savonichev <andrew.savonichev at gmail.com>
Date: 2021-12-07 (Tue, 07 Dec 2021)
Changed paths:
M llvm/test/tools/llvm-mca/X86/in-order-cpu.s
M llvm/tools/llvm-mca/llvm-mca.cpp
Log Message:
-----------
[MCA] Remove the warning about experimental support for in-order CPU
There are not a lot of bug reports for this feature, so let's mark it
stable.
Differential Revision: https://reviews.llvm.org/D114701
Compare: https://github.com/llvm/llvm-project/compare/2fd634a5e307...420300c0d8d9
More information about the All-commits
mailing list