As a newcomer to llvm, I have been able to guess the meanings of many acronyms.
"RAUW" is not one of them. Could somebody help me out?
Replace All Uses With
—Owen
From: "Rodney M. Bates" <rodney_bates@lcwb.coop>
To: llvmdev@cs.uiuc.edu
Sent: Tuesday, January 27, 2015 11:36:45 AM
Subject: [LLVMdev] What does "RAUW" stand for?As a newcomer to llvm, I have been able to guess the meanings of many
acronyms.
"RAUW" is not one of them. Could somebody help me out?
replaceAllUsesWith
-Hal
Hi Rodney,
RAUW is “replace all uses with.” I’ve found the LLVM lexicon ( http://llvm.org/docs/Lexicon.html) to be super helpful.
-Stephen
As a newcomer to llvm, I have been able to guess the meanings of many
acronyms.
"RAUW" is not one of them. Could somebody help me out?
Replace All Uses With
Replace All Uses With.
Joerg