[all-commits] [llvm/llvm-project] b8e79b: [NFC][AMDGPU] Pre-commit tests for buffer contents...
Krzysztof Drewniak via All-commits
all-commits at lists.llvm.org
Mon Sep 30 14:07:51 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b8e79b3f5a23923dcf4a846571438d3857b3ad46
https://github.com/llvm/llvm-project/commit/b8e79b3f5a23923dcf4a846571438d3857b3ad46
Author: Krzysztof Drewniak <Krzysztof.Drewniak at amd.com>
Date: 2024-09-30 (Mon, 30 Sep 2024)
Changed paths:
A llvm/test/CodeGen/AMDGPU/lower-buffer-fat-pointers-contents-legalization.ll
Log Message:
-----------
[NFC][AMDGPU] Pre-commit tests for buffer contents legalization (#110559)
Currently, many attempts to lower loads and stores on buffer fat
pointers lower directly to intrinsic calls that will be unsupported by
or crash codegen (ex, storing a [2 x i32], a <6 x half>, or an i160).
Record the current behavior to make the effects of the fix more visible
in an upcoming PR.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list