Commit 5612dc5
committed
Revert "[TableGen][DecoderEmitter] Store HW mode ID instead of name (NFC) (llvm#154052)"
This reverts commit b20bbd4.
Reverted due to greendragon failures:
20:34:43 In file included from /Users/ec2-user/jenkins/workspace/llvm.org/as-lldb-cmake/llvm-project/llvm/utils/TableGen/DecoderEmitter.cpp:14:
20:34:43 In file included from /Users/ec2-user/jenkins/workspace/llvm.org/as-lldb-cmake/llvm-project/llvm/utils/TableGen/Common/CodeGenHwModes.h:14:
20:34:43 In file included from /Users/ec2-user/jenkins/workspace/llvm.org/as-lldb-cmake/llvm-project/llvm/include/llvm/ADT/DenseMap.h:20:
20:34:43 In file included from /Users/ec2-user/jenkins/workspace/llvm.org/as-lldb-cmake/llvm-project/llvm/include/llvm/ADT/STLExtras.h:21:
20:34:43 In file included from /Users/ec2-user/jenkins/workspace/llvm.org/as-lldb-cmake/llvm-project/llvm/include/llvm/ADT/Hashing.h:53:
20:34:43 In file included from /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/algorithm:1913:
20:34:43 In file included from /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/chrono:746:
20:34:43 In file included from /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__chrono/convert_to_tm.h:19:
20:34:43 In file included from /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__chrono/statically_widen.h:17:
20:34:43 In file included from /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__format/concepts.h:17:
20:34:43 In file included from /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__format/format_parse_context.h:15:
20:34:43 In file included from /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/string_view:1027:
20:34:43 In file included from /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/functional:515:
20:34:43 In file included from /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__functional/boyer_moore_searcher.h:26:
20:34:43 /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/vector:1376:19: error: object of type 'llvm::const_set_bits_iterator_impl<llvm::SmallBitVector>' cannot be assigned because its copy assignment operator is implicitly deleted
20:34:43 __mid = __first;
20:34:43 ^
20:34:43 /Users/ec2-user/jenkins/workspace/llvm.org/as-lldb-cmake/llvm-project/llvm/utils/TableGen/DecoderEmitter.cpp:2404:13: note: in instantiation of function template specialization 'std::vector<unsigned int>::assign<llvm::const_set_bits_iterator_impl<llvm::SmallBitVector>, 0>' requested here
20:34:43 HwModeIDs.assign(BV.set_bits_begin(), BV.set_bits_end());
20:34:43 ^
20:34:43 /Users/ec2-user/jenkins/workspace/llvm.org/as-lldb-cmake/llvm-project/llvm/include/llvm/ADT/BitVector.h:35:21: note: copy assignment operator of 'const_set_bits_iterator_impl<llvm::SmallBitVector>' is implicitly deleted because field 'Parent' is of reference type 'const llvm::SmallBitVector &'
20:34:43 const BitVectorT &Parent;
20:34:43 ^
20:34:43 1 warning and 1 error generated.1 parent 668e649 commit 5612dc5
1 file changed
+42
-29
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
208 | 208 | | |
209 | 209 | | |
210 | 210 | | |
211 | | - | |
| 211 | + | |
212 | 212 | | |
213 | 213 | | |
214 | | - | |
215 | | - | |
| 214 | + | |
| 215 | + | |
216 | 216 | | |
217 | 217 | | |
218 | | - | |
| 218 | + | |
219 | 219 | | |
220 | 220 | | |
221 | 221 | | |
| |||
2391 | 2391 | | |
2392 | 2392 | | |
2393 | 2393 | | |
2394 | | - | |
| 2394 | + | |
| 2395 | + | |
2395 | 2396 | | |
2396 | | - | |
| 2397 | + | |
2397 | 2398 | | |
2398 | 2399 | | |
2399 | 2400 | | |
2400 | 2401 | | |
2401 | 2402 | | |
2402 | 2403 | | |
2403 | 2404 | | |
2404 | | - | |
| 2405 | + | |
| 2406 | + | |
| 2407 | + | |
| 2408 | + | |
| 2409 | + | |
| 2410 | + | |
2405 | 2411 | | |
2406 | 2412 | | |
2407 | 2413 | | |
2408 | 2414 | | |
2409 | | - | |
| 2415 | + | |
| 2416 | + | |
| 2417 | + | |
| 2418 | + | |
| 2419 | + | |
2410 | 2420 | | |
2411 | 2421 | | |
2412 | 2422 | | |
2413 | 2423 | | |
2414 | | - | |
| 2424 | + | |
2415 | 2425 | | |
2416 | 2426 | | |
2417 | 2427 | | |
2418 | 2428 | | |
2419 | 2429 | | |
2420 | 2430 | | |
2421 | | - | |
2422 | | - | |
| 2431 | + | |
| 2432 | + | |
2423 | 2433 | | |
2424 | 2434 | | |
2425 | 2435 | | |
2426 | 2436 | | |
2427 | 2437 | | |
2428 | 2438 | | |
2429 | 2439 | | |
2430 | | - | |
2431 | | - | |
| 2440 | + | |
| 2441 | + | |
2432 | 2442 | | |
2433 | 2443 | | |
2434 | 2444 | | |
2435 | | - | |
| 2445 | + | |
2436 | 2446 | | |
2437 | 2447 | | |
2438 | 2448 | | |
2439 | 2449 | | |
2440 | | - | |
| 2450 | + | |
2441 | 2451 | | |
2442 | 2452 | | |
2443 | 2453 | | |
| |||
2468 | 2478 | | |
2469 | 2479 | | |
2470 | 2480 | | |
2471 | | - | |
| 2481 | + | |
2472 | 2482 | | |
2473 | | - | |
| 2483 | + | |
2474 | 2484 | | |
2475 | | - | |
2476 | | - | |
2477 | | - | |
| 2485 | + | |
| 2486 | + | |
| 2487 | + | |
2478 | 2488 | | |
2479 | 2489 | | |
2480 | 2490 | | |
2481 | 2491 | | |
2482 | 2492 | | |
2483 | 2493 | | |
2484 | 2494 | | |
2485 | | - | |
2486 | | - | |
2487 | | - | |
| 2495 | + | |
| 2496 | + | |
| 2497 | + | |
| 2498 | + | |
| 2499 | + | |
| 2500 | + | |
| 2501 | + | |
| 2502 | + | |
| 2503 | + | |
2488 | 2504 | | |
2489 | 2505 | | |
2490 | 2506 | | |
2491 | 2507 | | |
2492 | | - | |
| 2508 | + | |
2493 | 2509 | | |
2494 | 2510 | | |
2495 | 2511 | | |
| |||
2536 | 2552 | | |
2537 | 2553 | | |
2538 | 2554 | | |
2539 | | - | |
2540 | | - | |
2541 | | - | |
2542 | | - | |
2543 | | - | |
| 2555 | + | |
| 2556 | + | |
2544 | 2557 | | |
2545 | 2558 | | |
2546 | 2559 | | |
| |||
0 commit comments