[all-commits] [llvm/llvm-project] 037f20: [llvm][NFC] Adjust address-space access auto upgra...
Nathan Sidwell via All-commits
all-commits at lists.llvm.org
Sat Aug 12 14:28:41 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 037f203601c952f2d02ba1a2fbc1f05f2a064952
https://github.com/llvm/llvm-project/commit/037f203601c952f2d02ba1a2fbc1f05f2a064952
Author: Nathan Sidwell <nathan at acm.org>
Date: 2023-08-12 (Sat, 12 Aug 2023)
Changed paths:
M llvm/lib/IR/AutoUpgrade.cpp
Log Message:
-----------
[llvm][NFC] Adjust address-space access auto upgrade detection
The address-space intrinsics need detecting, and all have very similar
processing. Refactor to do just that.
Differential Revision: https://reviews.llvm.org/D157763
Reviewed By: jroelofs
More information about the All-commits
mailing list