[llvm] 80fae88 - Upgrade a rdar://8459039 link to a github issue
Jon Roelofs via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 27 13:37:56 PDT 2023
Author: Jon Roelofs
Date: 2023-07-27T13:37:46-07:00
New Revision: 80fae88a64b285e2c72b5195563a2b2ea48fa42d
URL: https://github.com/llvm/llvm-project/commit/80fae88a64b285e2c72b5195563a2b2ea48fa42d
DIFF: https://github.com/llvm/llvm-project/commit/80fae88a64b285e2c72b5195563a2b2ea48fa42d.diff
LOG: Upgrade a rdar://8459039 link to a github issue
https://github.com/llvm/llvm-project/issues/64167
Added:
Modified:
llvm/lib/Target/README.txt
Removed:
################################################################################
diff --git a/llvm/lib/Target/README.txt b/llvm/lib/Target/README.txt
index e172abbbd8550a..05e590e71fe101 100644
--- a/llvm/lib/Target/README.txt
+++ b/llvm/lib/Target/README.txt
@@ -232,7 +232,7 @@ unsigned int popcount(unsigned int input) {
return count;
}
-This should be recognized as CLZ: rdar://8459039
+This should be recognized as CLZ: https://github.com/llvm/llvm-project/issues/64167
unsigned clz_a(unsigned a) {
int i;
More information about the llvm-commits
mailing list