[all-commits] [llvm/llvm-project] 91b255: [nvptx] Fix autoupdater's intrinsic matcher (#73330)
Nathan Sidwell via All-commits
all-commits at lists.llvm.org
Fri Dec 1 11:52:55 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 91b2559a6a56319ef40bf93f12eccd8d0b37d964
https://github.com/llvm/llvm-project/commit/91b2559a6a56319ef40bf93f12eccd8d0b37d964
Author: Nathan Sidwell <nathan at acm.org>
Date: 2023-12-01 (Fri, 01 Dec 2023)
Changed paths:
M llvm/lib/IR/AutoUpgrade.cpp
Log Message:
-----------
[nvptx] Fix autoupdater's intrinsic matcher (#73330)
Fix nvptx autoupdater's intrinsic matcher's typo'd names that used `_` (underbar), rather than '.' (dot), as a separator.
More information about the All-commits
mailing list