[all-commits] [llvm/llvm-project] aa94eb: [FLANG][NFC]Use RTNAME instead of hard-coding for ...
Mats Petersson via All-commits
all-commits at lists.llvm.org
Mon Sep 5 05:08:17 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: aa94eb38777a7e133884e46c430d81e9b514d135
https://github.com/llvm/llvm-project/commit/aa94eb38777a7e133884e46c430d81e9b514d135
Author: Mats Petersson <mats.petersson at arm.com>
Date: 2022-09-05 (Mon, 05 Sep 2022)
Changed paths:
M flang/lib/Optimizer/Transforms/SimplifyIntrinsics.cpp
Log Message:
-----------
[FLANG][NFC]Use RTNAME instead of hard-coding for simplify intrinsics
Use the RTNMAE macro (via stringify macros) to generate the name
strings for runtime functions, instead of using strings.
The sequence of macros generate exactly the same string as the
ones used previously, but this will support future changes in
runtime function names.
No functional change.
Reviewed By: vzakhari
Differential Revision: https://reviews.llvm.org/D132652
More information about the All-commits
mailing list