[all-commits] [llvm/llvm-project] a441de: [AMDGPU][GlobalISel] Add missing default mapping f...
Carl Ritson via All-commits
all-commits at lists.llvm.org
Sun Aug 1 20:44:16 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a441de6d94dc9e1dd3c36d33aa693c51ac2c8759
https://github.com/llvm/llvm-project/commit/a441de6d94dc9e1dd3c36d33aa693c51ac2c8759
Author: Carl Ritson <carl.ritson at amd.com>
Date: 2021-08-02 (Mon, 02 Aug 2021)
Changed paths:
M llvm/lib/Target/AMDGPU/AMDGPURegisterBankInfo.cpp
M llvm/test/CodeGen/AMDGPU/GlobalISel/llvm.amdgcn.intersect_ray.ll
Log Message:
-----------
[AMDGPU][GlobalISel] Add missing default mapping for BVH intrinsics
Application of default mapping to BVH intrinsics was missing.
Copy parts of SelectionDAG test to GlobalISel test as these would
have indicated this error.
Reviewed By: arsenm
Differential Revision: https://reviews.llvm.org/D107211
More information about the All-commits
mailing list