[all-commits] [llvm/llvm-project] 48a215: [BOLT][NFC] Return struct from evaluateX86MemoryOp...
Amir Ayupov via All-commits
all-commits at lists.llvm.org
Wed Feb 22 12:07:03 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 48a215ae6c51895daeb514cbc2f6766ccacc1195
https://github.com/llvm/llvm-project/commit/48a215ae6c51895daeb514cbc2f6766ccacc1195
Author: Amir Ayupov <aaupov at fb.com>
Date: 2023-02-22 (Wed, 22 Feb 2023)
Changed paths:
M bolt/include/bolt/Core/MCPlusBuilder.h
M bolt/include/bolt/Passes/RetpolineInsertion.h
M bolt/lib/Passes/RetpolineInsertion.cpp
M bolt/lib/Target/X86/X86MCPlusBuilder.cpp
Log Message:
-----------
[BOLT][NFC] Return struct from evaluateX86MemoryOperand
Simplify `MCPlusBuilder::evaluateX86MemoryOperand`: make it return a struct
with memory operand analysis struct `X86MemOperand`.
Reviewed By: #bolt, rafauler
Differential Revision: https://reviews.llvm.org/D144310
More information about the All-commits
mailing list