[all-commits] [llvm/llvm-project] 94b140: [InstCombine] Remove some repeated calls to getOpe...
topperc via All-commits
all-commits at lists.llvm.org
Wed Jun 10 16:57:10 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 94b14045870d48dc0acfb5ee3fd0b707e4cb2d45
https://github.com/llvm/llvm-project/commit/94b14045870d48dc0acfb5ee3fd0b707e4cb2d45
Author: Craig Topper <craig.topper at gmail.com>
Date: 2020-06-10 (Wed, 10 Jun 2020)
Changed paths:
M llvm/lib/Transforms/InstCombine/InstructionCombining.cpp
Log Message:
-----------
[InstCombine] Remove some repeated calls to getOperand. NFCI
We had alread loaded operand 1 and 2 of the select as TV and FV
using the more the readable getTrueValue/getFalseValue.
More information about the All-commits
mailing list