[llvm-commits] [llvm] r136253 - in /llvm/trunk: docs/ include/llvm-c/ include/llvm/ include/llvm/Bitcode/ include/llvm/Support/ lib/AsmParser/ lib/Bitcode/Reader/ lib/Bitcode/Writer/ lib/CodeGen/ lib/CodeGen/SelectionDAG/ lib/Target/CBackend/ lib/Target/CppBackend/ lib/Transforms/IPO/ lib/Transforms/InstCombine/ lib/Transforms/Scalar/ lib/VMCore/ test/Feature/

Bill Wendling isanbard at gmail.com
Wed Jul 27 14:02:06 PDT 2011


On Jul 27, 2011, at 1:54 PM, John McCall wrote:

> On Jul 27, 2011, at 1:18 PM, Bill Wendling wrote:
>>  /* Atomic operators */
>> -  LLVMFence          = 55
>> +  LLVMFence          = 57
>> } LLVMOpcode;
> 
> There was just discussion about these values being required to be stable.  See r136245 and the review of r136124.
> 
> If we can't just replace UnwindInst, that might force isa<TerminatorInst> to not use a simple range check.
> 
Okay. I changed it back. I'll try to remove the UnwindInst soon. It's used in a lot of places, though...

-bw




More information about the llvm-commits mailing list