[all-commits] [llvm/llvm-project] 877280: [coro][nfc] Use Load/Store instruction APIs
Felipe de Azevedo Piovezan via All-commits
all-commits at lists.llvm.org
Tue Apr 18 06:07:46 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 877280088a5465aa7c1db23708894737091106b5
https://github.com/llvm/llvm-project/commit/877280088a5465aa7c1db23708894737091106b5
Author: Felipe de Azevedo Piovezan <fpiovezan at apple.com>
Date: 2023-04-18 (Tue, 18 Apr 2023)
Changed paths:
M llvm/lib/Transforms/Coroutines/CoroFrame.cpp
Log Message:
-----------
[coro][nfc] Use Load/Store instruction APIs
Instead of hard-coding operand indices, it is cleaner to use the APIs
provided by the Load/Store Inst classes.
Differential Revision: https://reviews.llvm.org/D148571
More information about the All-commits
mailing list