[all-commits] [llvm/llvm-project] f08694: [SelectionDAGISel] small cleanup to INLINEASM_BR s...
Nick Desaulniers via All-commits
all-commits at lists.llvm.org
Mon Mar 30 15:38:36 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: f0869417652f494a58a882ebd4d86bfcf6cf73ea
https://github.com/llvm/llvm-project/commit/f0869417652f494a58a882ebd4d86bfcf6cf73ea
Author: Nick Desaulniers <ndesaulniers at google.com>
Date: 2020-03-30 (Mon, 30 Mar 2020)
Changed paths:
M llvm/include/llvm/CodeGen/SelectionDAGISel.h
M llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
Log Message:
-----------
[SelectionDAGISel] small cleanup to INLINEASM_BR selection. NFC
Summary:
This code was throwing away the opcode for a boolean, which was then
reconstructing the opcode from that boolean. Just pass the opcode, and
forget the boolean.
Reviewers: srhines
Reviewed By: srhines
Subscribers: hiraditya, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D77100
More information about the All-commits
mailing list