[all-commits] [llvm/llvm-project] 29d0b6: [StructurizeCFG] Use poison instead of undef as pl...
Nuno Lopes via All-commits
all-commits at lists.llvm.org
Sat Jul 22 05:59:00 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 29d0b6043034d1fd70330cebed20b557a26a0b98
https://github.com/llvm/llvm-project/commit/29d0b6043034d1fd70330cebed20b557a26a0b98
Author: Nuno Lopes <nuno.lopes at tecnico.ulisboa.pt>
Date: 2023-07-22 (Sat, 22 Jul 2023)
Changed paths:
M llvm/lib/Transforms/Scalar/StructurizeCFG.cpp
Log Message:
-----------
[StructurizeCFG] Use poison instead of undef as placeholder [NFC]
These are used to create branch instructions. The condition is patched later
Commit: 3bc74bed64c614ec218068cc2184286cba4788b6
https://github.com/llvm/llvm-project/commit/3bc74bed64c614ec218068cc2184286cba4788b6
Author: Nuno Lopes <nuno.lopes at tecnico.ulisboa.pt>
Date: 2023-07-22 (Sat, 22 Jul 2023)
Changed paths:
M llvm/lib/Transforms/Utils/InlineFunction.cpp
Log Message:
-----------
[Inline] Use poison instead of undef as placeholder [NFC]
Compare: https://github.com/llvm/llvm-project/compare/04527f1d32de...3bc74bed64c6
More information about the All-commits
mailing list