[all-commits] [llvm/llvm-project] 770dc4: [llvm][NFC] Refactor autoupdater's 'c' intrinsics ...
Nathan Sidwell via All-commits
all-commits at lists.llvm.org
Wed Nov 29 20:29:18 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 770dc47659d41a5ca7b7daf5b3134c900ca8c33d
https://github.com/llvm/llvm-project/commit/770dc47659d41a5ca7b7daf5b3134c900ca8c33d
Author: Nathan Sidwell <nathan at acm.org>
Date: 2023-11-30 (Thu, 30 Nov 2023)
Changed paths:
M llvm/lib/IR/AutoUpgrade.cpp
Log Message:
-----------
[llvm][NFC] Refactor autoupdater's 'c' intrinsics (#73333)
With these three intrinsics it's probable faster to check the number of
arguments first and then check the names. We can also handle ctlz and
cttz in the same block.
More information about the All-commits
mailing list