[clang] [llvm] [LLVM] Add `__builtin_readsteadycounter` intrinsic and builtin for realtime clocks (PR #81331)
Joseph Huber via cfe-commits
cfe-commits at lists.llvm.org
Mon Feb 12 12:16:10 PST 2024
================
@@ -104,6 +104,7 @@ std::string SDNode::getOperationName(const SelectionDAG *G) const {
case ISD::ATOMIC_STORE: return "AtomicStore";
case ISD::PCMARKER: return "PCMarker";
case ISD::READCYCLECOUNTER: return "ReadCycleCounter";
+ case ISD::READSTEADYCOUNTER: return "ReadFixedTimer";
----------------
jhuber6 wrote:
Forgot to fix that when I renamed it, thanks for spotting it.
https://github.com/llvm/llvm-project/pull/81331
More information about the cfe-commits
mailing list