Created
March 11, 2021 17:00
-
-
Save byronyi/3838f1bb2cb385528ea9914c8d2c3562 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git bisect start | |
# good: [9b302513f6d82f0ca989b3bb1f5ffc592ed866b7] [AArch64] Add missing intrinsics for vrnd | |
git bisect good 9b302513f6d82f0ca989b3bb1f5ffc592ed866b7 | |
# bad: [c9ff39a3f9840c84453f23a37386a3dc374f055a] Add "assert require" for the test added in df9158c9a45a6902c2b0394f9bd6512e3e441f31 | |
git bisect bad c9ff39a3f9840c84453f23a37386a3dc374f055a | |
# good: [002dd47bdd674fad8186650f07458b1e062545df] [clang] Fix typos in the default logic for CLANG_DEFAULT_UNWINDLIB | |
git bisect good 002dd47bdd674fad8186650f07458b1e062545df | |
# bad: [bb6732cf622522f17dad948279ba4f68e3bd55e1] [MC] Add parseEOL() overload and migrate some parseToken(AsmToken::EndOfStatement) to parseEOL() | |
git bisect bad bb6732cf622522f17dad948279ba4f68e3bd55e1 | |
# good: [06a8a867d1591cfdab65037eabd7e865113dc7a6] [rs4gc/tests] Remove use of internal debug flags | |
git bisect good 06a8a867d1591cfdab65037eabd7e865113dc7a6 | |
# bad: [2ad1f5eb1a47275593bd9baf75dcf3e9c3977473] [InstCombine] Don't canonicalize (gep i8* X, -(ptrtoint Y)) as (inttoptr (sub (ptrtoint X), (ptrtoint Y))) | |
git bisect bad 2ad1f5eb1a47275593bd9baf75dcf3e9c3977473 | |
# good: [b46c89892fe25bec197fd30f09b3a312da126422] [XRay][compiler-rt][x86_64] Fix CFI directives in assembly trampolines | |
git bisect good b46c89892fe25bec197fd30f09b3a312da126422 | |
# bad: [b46c085d2b6d15873fb53718f0a70b3848e19e4a] [NFCI] SCEVExpander: emit intrinsics for integral {u,s}{min,max} SCEV expressions | |
git bisect bad b46c085d2b6d15873fb53718f0a70b3848e19e4a | |
# good: [f0904a62085aa84737e7e6f2a2318cda0d52c371] [PowePC][AIX] Handle variadic vector call operands. | |
git bisect good f0904a62085aa84737e7e6f2a2318cda0d52c371 | |
# first bad commit: [b46c085d2b6d15873fb53718f0a70b3848e19e4a] [NFCI] SCEVExpander: emit intrinsics for integral {u,s}{min,max} SCEV expressions |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment