[PATCH] D157763: [llvm][NFC] Adjust AutoUpdater 'masked' address-space access
Nikita Popov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Aug 12 00:10:34 PDT 2023
nikic added a comment.
Is this code needed at all? This looks like something that should be covered by intrinsic remangling. Explicit auto-upgrade should only be needed if you change the name or arguments, but not if you change only mangling.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D157763/new/
https://reviews.llvm.org/D157763
More information about the llvm-commits
mailing list