[all-commits] [llvm/llvm-project] 6530bd: [BranchRelaxation] Correct JumpToFT value
Anshil Gandhi via All-commits
all-commits at lists.llvm.org
Wed Apr 12 22:21:47 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6530bd3030d3708fb5eeaecda352448912e6d647
https://github.com/llvm/llvm-project/commit/6530bd3030d3708fb5eeaecda352448912e6d647
Author: Anshil Gandhi <Anshil.Gandhi at amd.com>
Date: 2023-04-12 (Wed, 12 Apr 2023)
Changed paths:
M llvm/include/llvm/CodeGen/MachineBasicBlock.h
M llvm/lib/CodeGen/MachineBasicBlock.cpp
Log Message:
-----------
[BranchRelaxation] Correct JumpToFT value
Toggle true/false values of the JumpToFallThrough
parameter to simplify code and make it consistent
with the documentation for the `getFallThrough(..)`
method.
Reviewed By: bcahoon
Differential Revision: https://reviews.llvm.org/D148139
More information about the All-commits
mailing list